UltrafastSecp256k1/cuda/src
shrec 53973844a7
cuda: fix deprecated prop.clockRate/memoryClockRate for CUDA 13
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.
2026-03-24 21:24:25 +00:00
..
bench_bip324_transport.cu cuda: fix deprecated prop.clockRate/memoryClockRate for CUDA 13 2026-03-24 21:24:25 +00:00
bench_bip352.cu perf: add sha256opt + preser pipeline variants to bench_bip352 2026-03-24 01:28:37 +00:00
bench_compare.cu fix(cuda): support CUDA 13+ / Blackwell compilation 2026-03-21 10:32:59 +00:00
bench_cuda.cu cuda: add frost_verify_partial and batch_jacobian_to_compressed kernels + benchmarks 2026-03-22 00:18:35 +00:00
bench_zk.cu release: merge dev to main for release preparation (#147) 2026-03-16 03:40:00 +04:00
gpu_audit_runner.cu fix(cuda): support CUDA 13+ / Blackwell compilation 2026-03-21 10:32:59 +00:00
gpu_bench_unified.cu fix(cuda): support CUDA 13+ / Blackwell compilation 2026-03-21 10:32:59 +00:00
secp256k1.cu cuda: add frost_verify_partial and batch_jacobian_to_compressed kernels + benchmarks 2026-03-22 00:18:35 +00:00
test_ct_smoke.cu release: merge dev to main for release preparation (#147) 2026-03-16 03:40:00 +04:00
test_suite.cu audit: add AUDIT_COVERAGE.md + ASCII cleanup + CT fixes 2026-02-25 19:14:21 +04:00