Skip to content

fix(cudart): recreate CUDA runtime bindings based on CUDA 13.0#106

Merged
robik75 merged 2 commits intomainfrom
rr/cuda-13
Aug 11, 2025
Merged

fix(cudart): recreate CUDA runtime bindings based on CUDA 13.0#106
robik75 merged 2 commits intomainfrom
rr/cuda-13

Conversation

@robik75
Copy link
Member

@robik75 robik75 commented Aug 11, 2025

What ❔

This PR recreates the CUDA runtime bindings based on CUDA toolkit version 13.0.

Why ❔

The bindings based on CUDA toolkit version 12.x used cudaGetDeviceProperties_v2 function which was removed in version 13, instead cudaGetDeviceProperties is used.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.

@robik75 robik75 requested a review from mcarilli August 11, 2025 12:44
@robik75 robik75 self-assigned this Aug 11, 2025
@robik75 robik75 merged commit aec514d into main Aug 11, 2025
17 checks passed
@robik75 robik75 deleted the rr/cuda-13 branch August 11, 2025 13:41
robik75 pushed a commit that referenced this pull request Aug 11, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.154.6](v0.154.5...v0.154.6)
(2025-08-11)


### Bug Fixes

* **cudart:** recreate CUDA runtime bindings based on CUDA 13.0
([#106](#106))
([aec514d](aec514d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <zksync-era-bot@users.noreply.github.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.

2 participants