-
Notifications
You must be signed in to change notification settings - Fork 382
Open
Description
Build failed w/ cuda 13:
cuda_device_functions.h(119): error: class "cudaDeviceProp" has no member "memoryClockRate"
<< prop.memoryClockRate
^
cuda_device_functions.h(121): error: class "cudaDeviceProp" has no member "memoryClockRate"
<< (prop.memoryClockRate / 1e6) * (prop.memoryBusWidth / 8) * 2
^
cuda_device_functions.h(144): error: class "cudaDeviceProp" has no member "clockRate"
<< prop.clockRate
^
As per https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#id3
clockRate, memoryClockRate need to be retrieved by new API
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels