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
^
Build failed w/ cuda 13:
As per https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#id3
clockRate,memoryClockRateneed to be retrieved by new API