Skip to content

Commit c4f4f40

Browse files
authored
Remove trampoline modules (#795)
* remove trampoline modules * try to also clean up MANIFEST.in * Revert "try to also clean up MANIFEST.in" This reverts commit 0ff9250. * add release notes
1 parent efa91a6 commit c4f4f40

File tree

11 files changed

+7
-134
lines changed

11 files changed

+7
-134
lines changed

cuda_bindings/cuda/ccuda.pxd

Lines changed: 0 additions & 15 deletions
This file was deleted.

cuda_bindings/cuda/ccuda.pyx

Lines changed: 0 additions & 7 deletions
This file was deleted.

cuda_bindings/cuda/ccudart.pxd

Lines changed: 0 additions & 15 deletions
This file was deleted.

cuda_bindings/cuda/ccudart.pyx

Lines changed: 0 additions & 7 deletions
This file was deleted.

cuda_bindings/cuda/cnvrtc.pxd

Lines changed: 0 additions & 15 deletions
This file was deleted.

cuda_bindings/cuda/cnvrtc.pyx

Lines changed: 0 additions & 7 deletions
This file was deleted.

cuda_bindings/cuda/cuda.pyx

Lines changed: 0 additions & 22 deletions
This file was deleted.

cuda_bindings/cuda/cudart.pyx

Lines changed: 0 additions & 22 deletions
This file was deleted.

cuda_bindings/cuda/nvrtc.pyx

Lines changed: 0 additions & 22 deletions
This file was deleted.

cuda_bindings/docs/source/release/13.0.0-notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Highlights
3030
released before calling the underlying C APIs.
3131

3232

33+
Breaking changes
34+
----------------
35+
36+
* For breaking changes in the CUDA APIs, please see the `CUDA 13.0 release notes <https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/contents.html>`_.
37+
* The trampoline modules ``cuda.{cuda,cudart,nvrtc}`` are now removed. Users should switch to use ``cuda.bindings.{driver,runtime,nvrtc}`` instead.
38+
39+
3340
Bug fixes
3441
---------
3542

0 commit comments

Comments
 (0)