CUDA 13 removed cudaDeviceProp::clockRate and ::memoryClockRate. Replace with cudaDeviceGetAttribute(cudaDevAttrClockRate/MemoryClockRate) under a CUDART_VERSION >= 13000 guard for backward compat with CUDA 12. Affected files: gpu/src/gpu_backend_cuda.cu — GpuInfo::max_clock_mhz cuda/include/gpu_occupancy.cuh — print_device_info diagnostics cuda/src/bench_bip324_transport.cu — startup header print Reported by @craigraw compiling with CUDA 13 on RTX 5080. |
||
|---|---|---|
| .. | ||
| bench_bip324_transport.cu | ||
| bench_bip352.cu | ||
| bench_compare.cu | ||
| bench_cuda.cu | ||
| bench_zk.cu | ||
| gpu_audit_runner.cu | ||
| gpu_bench_unified.cu | ||
| secp256k1.cu | ||
| test_ct_smoke.cu | ||
| test_suite.cu | ||