diff --git a/cuda_bindings/cuda/bindings/driver.pyx.in b/cuda_bindings/cuda/bindings/driver.pyx.in index a3d90f7223..34a4759195 100644 --- a/cuda_bindings/cuda/bindings/driver.pyx.in +++ b/cuda_bindings/cuda/bindings/driver.pyx.in @@ -7952,7 +7952,7 @@ cdef class CUgraphConditionalHandle: {{if 'CUlaunchAttributeID_enum' in found_types}} -class CUlaunchAttributeID(_FastEnum): +class CUkernelNodeAttrID(_FastEnum): """ Launch attributes enum; used as id field of :py:obj:`~.CUlaunchAttribute` @@ -8184,7 +8184,7 @@ class CUlaunchAttributeID(_FastEnum): {{endif}} {{if 'CUlaunchAttributeID_enum' in found_types}} -class CUlaunchAttributeID(_FastEnum): +class CUstreamAttrID(_FastEnum): """ Launch attributes enum; used as id field of :py:obj:`~.CUlaunchAttribute` diff --git a/cuda_bindings/cuda/bindings/runtime.pyx.in b/cuda_bindings/cuda/bindings/runtime.pyx.in index d47832656e..c63d1c8116 100644 --- a/cuda_bindings/cuda/bindings/runtime.pyx.in +++ b/cuda_bindings/cuda/bindings/runtime.pyx.in @@ -6260,7 +6260,7 @@ class cudaGLMapFlags(_FastEnum): {{endif}} {{if 'cudaLaunchAttributeID' in found_types}} -class cudaLaunchAttributeID(_FastEnum): +class cudaStreamAttrID(_FastEnum): """ Launch attributes enum; used as id field of :py:obj:`~.cudaLaunchAttribute` @@ -6491,7 +6491,7 @@ class cudaLaunchAttributeID(_FastEnum): {{endif}} {{if 'cudaLaunchAttributeID' in found_types}} -class cudaLaunchAttributeID(_FastEnum): +class cudaKernelNodeAttrID(_FastEnum): """ Launch attributes enum; used as id field of :py:obj:`~.cudaLaunchAttribute`