Skip to content

Updates for cuda 13. - #88

Open
kaushikcfd wants to merge 1 commit into
vetter:master-2025from
kaushikcfd:updates_for_cuda13
Open

Updates for cuda 13.#88
kaushikcfd wants to merge 1 commit into
vetter:master-2025from
kaushikcfd:updates_for_cuda13

Conversation

@kaushikcfd

@kaushikcfd kaushikcfd commented Jul 19, 2026

Copy link
Copy Markdown

Prior to this patch, I was running into the following issues:

  • No support 3-digits compute capabilities (e.g. sm_100)
  • Deprecated cudaThreadSynchronize -> cudaDeviceSynchronize
  • Deprecated cudaUnbindTexture -> replace with newer API.
  • Deprecated deviceProp.clockRate -> cudaDeviceGetAttribute(...)
  • find_cuda_libs.sh: didn't account for newer nvcc versions that use g++ <object files> <libraries...> -o a.out.

- Support 3-digits compute capabilities (e.g. sm_100)
- cudaThreadSynchronize -> cudaDeviceSynchronize
- Replace cudaUnbindTexture with newer API.
- deviceProp.clockRate -> cudaDeviceGetAttribute(...)

Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant