Skip to content

Commit 99e1991

Browse files
authored
Fix docstrings in runtime (#2082)
1 parent e047570 commit 99e1991

2 files changed

Lines changed: 1291 additions & 917 deletions

File tree

cuda_bindings/cuda/bindings/runtime.pxd.in

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33

4-
# This code was automatically generated with version 13.2.0, generator version 0.3.1.dev1422+gf4812259e.d20260318. Do not modify it directly.
4+
# This code was automatically generated with version 13.2.0, generator version 0.3.1.dev1630+gadce055ea.d20260422. Do not modify it directly.
55
cimport cuda.bindings.cyruntime as cyruntime
66

77
include "_lib/utils.pxd"
@@ -4224,10 +4224,9 @@ cdef class cudaLaunchAttributeValue:
42244224
Value of launch attribute cudaLaunchAttributeProgrammaticEvent with
42254225
the following fields: - `cudaEvent_t` event - Event to fire when
42264226
all blocks trigger it. - `int` flags; - Event record flags, see
4227-
::cudaEventRecordWithFlags. Does not accept
4228-
cudaEventRecordExternal. - `int` triggerAtBlockStart - If this
4229-
is set to non-0, each block launch will automatically trigger the
4230-
event.
4227+
cudaEventRecordWithFlags. Does not accept cudaEventRecordExternal.
4228+
- `int` triggerAtBlockStart - If this is set to non-0, each block
4229+
launch will automatically trigger the event.
42314230
{{endif}}
42324231
{{if 'cudaLaunchAttributeValue.priority' in found_struct}}
42334232
priority : int
@@ -4264,7 +4263,7 @@ cdef class cudaLaunchAttributeValue:
42644263
Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent
42654264
with the following fields: - `cudaEvent_t` event - Event to fire
42664265
when the last block launches. - `int` flags - Event record
4267-
flags, see ::cudaEventRecordWithFlags. Does not accept
4266+
flags, see cudaEventRecordWithFlags. Does not accept
42684267
cudaEventRecordExternal.
42694268
{{endif}}
42704269
{{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}}
@@ -5046,10 +5045,9 @@ cdef class cudaStreamAttrValue(cudaLaunchAttributeValue):
50465045
Value of launch attribute cudaLaunchAttributeProgrammaticEvent with
50475046
the following fields: - `cudaEvent_t` event - Event to fire when
50485047
all blocks trigger it. - `int` flags; - Event record flags, see
5049-
::cudaEventRecordWithFlags. Does not accept
5050-
cudaEventRecordExternal. - `int` triggerAtBlockStart - If this
5051-
is set to non-0, each block launch will automatically trigger the
5052-
event.
5048+
cudaEventRecordWithFlags. Does not accept cudaEventRecordExternal.
5049+
- `int` triggerAtBlockStart - If this is set to non-0, each block
5050+
launch will automatically trigger the event.
50535051
{{endif}}
50545052
{{if 'cudaLaunchAttributeValue.priority' in found_struct}}
50555053
priority : int
@@ -5086,7 +5084,7 @@ cdef class cudaStreamAttrValue(cudaLaunchAttributeValue):
50865084
Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent
50875085
with the following fields: - `cudaEvent_t` event - Event to fire
50885086
when the last block launches. - `int` flags - Event record
5089-
flags, see ::cudaEventRecordWithFlags. Does not accept
5087+
flags, see cudaEventRecordWithFlags. Does not accept
50905088
cudaEventRecordExternal.
50915089
{{endif}}
50925090
{{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}}
@@ -5178,10 +5176,9 @@ cdef class cudaKernelNodeAttrValue(cudaLaunchAttributeValue):
51785176
Value of launch attribute cudaLaunchAttributeProgrammaticEvent with
51795177
the following fields: - `cudaEvent_t` event - Event to fire when
51805178
all blocks trigger it. - `int` flags; - Event record flags, see
5181-
::cudaEventRecordWithFlags. Does not accept
5182-
cudaEventRecordExternal. - `int` triggerAtBlockStart - If this
5183-
is set to non-0, each block launch will automatically trigger the
5184-
event.
5179+
cudaEventRecordWithFlags. Does not accept cudaEventRecordExternal.
5180+
- `int` triggerAtBlockStart - If this is set to non-0, each block
5181+
launch will automatically trigger the event.
51855182
{{endif}}
51865183
{{if 'cudaLaunchAttributeValue.priority' in found_struct}}
51875184
priority : int
@@ -5218,7 +5215,7 @@ cdef class cudaKernelNodeAttrValue(cudaLaunchAttributeValue):
52185215
Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent
52195216
with the following fields: - `cudaEvent_t` event - Event to fire
52205217
when the last block launches. - `int` flags - Event record
5221-
flags, see ::cudaEventRecordWithFlags. Does not accept
5218+
flags, see cudaEventRecordWithFlags. Does not accept
52225219
cudaEventRecordExternal.
52235220
{{endif}}
52245221
{{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}}

0 commit comments

Comments
 (0)