Skip to content

Commit 38606dd

Browse files
committed
Adds the cython-gen generated changes for upgrade to CUDA 13.0.1
1 parent 0a6372c commit 38606dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cuda_bindings/cuda/bindings/driver.pyx.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4822,7 +4822,8 @@ class CUmemPool_attribute(IntEnum):
48224822

48234823
#: (value type = int) Allow cuMemAllocAsync to insert new stream
48244824
#: dependencies in order to establish the stream ordering required to
4825-
#: reuse a piece of memory released by cuFreeAsync (default enabled).
4825+
#: reuse a piece of memory released by cuMemFreeAsync (default
4826+
#: enabled).
48264827
CU_MEMPOOL_ATTR_REUSE_ALLOW_INTERNAL_DEPENDENCIES = cydriver.CUmemPool_attribute_enum.CU_MEMPOOL_ATTR_REUSE_ALLOW_INTERNAL_DEPENDENCIES{{endif}}
48274828
{{if 'CU_MEMPOOL_ATTR_RELEASE_THRESHOLD' in found_values}}
48284829

cuda_bindings/docs/source/module/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4851,7 +4851,7 @@ Data types used by CUDA driver
48514851
.. autoattribute:: cuda.bindings.driver.CUmemPool_attribute.CU_MEMPOOL_ATTR_REUSE_ALLOW_INTERNAL_DEPENDENCIES
48524852

48534853

4854-
(value type = int) Allow cuMemAllocAsync to insert new stream dependencies in order to establish the stream ordering required to reuse a piece of memory released by cuFreeAsync (default enabled).
4854+
(value type = int) Allow cuMemAllocAsync to insert new stream dependencies in order to establish the stream ordering required to reuse a piece of memory released by cuMemFreeAsync (default enabled).
48554855

48564856

48574857
.. autoattribute:: cuda.bindings.driver.CUmemPool_attribute.CU_MEMPOOL_ATTR_RELEASE_THRESHOLD

0 commit comments

Comments
 (0)