|
1 | 1 | # SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
2 | 2 | # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE |
3 | 3 |
|
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. |
5 | 5 | cimport cuda.bindings.cyruntime as cyruntime |
6 | 6 |
|
7 | 7 | include "_lib/utils.pxd" |
@@ -4224,10 +4224,9 @@ cdef class cudaLaunchAttributeValue: |
4224 | 4224 | Value of launch attribute cudaLaunchAttributeProgrammaticEvent with |
4225 | 4225 | the following fields: - `cudaEvent_t` event - Event to fire when |
4226 | 4226 | 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. |
4231 | 4230 | {{endif}} |
4232 | 4231 | {{if 'cudaLaunchAttributeValue.priority' in found_struct}} |
4233 | 4232 | priority : int |
@@ -4264,7 +4263,7 @@ cdef class cudaLaunchAttributeValue: |
4264 | 4263 | Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent |
4265 | 4264 | with the following fields: - `cudaEvent_t` event - Event to fire |
4266 | 4265 | when the last block launches. - `int` flags - Event record |
4267 | | - flags, see ::cudaEventRecordWithFlags. Does not accept |
| 4266 | + flags, see cudaEventRecordWithFlags. Does not accept |
4268 | 4267 | cudaEventRecordExternal. |
4269 | 4268 | {{endif}} |
4270 | 4269 | {{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}} |
@@ -5046,10 +5045,9 @@ cdef class cudaStreamAttrValue(cudaLaunchAttributeValue): |
5046 | 5045 | Value of launch attribute cudaLaunchAttributeProgrammaticEvent with |
5047 | 5046 | the following fields: - `cudaEvent_t` event - Event to fire when |
5048 | 5047 | 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. |
5053 | 5051 | {{endif}} |
5054 | 5052 | {{if 'cudaLaunchAttributeValue.priority' in found_struct}} |
5055 | 5053 | priority : int |
@@ -5086,7 +5084,7 @@ cdef class cudaStreamAttrValue(cudaLaunchAttributeValue): |
5086 | 5084 | Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent |
5087 | 5085 | with the following fields: - `cudaEvent_t` event - Event to fire |
5088 | 5086 | when the last block launches. - `int` flags - Event record |
5089 | | - flags, see ::cudaEventRecordWithFlags. Does not accept |
| 5087 | + flags, see cudaEventRecordWithFlags. Does not accept |
5090 | 5088 | cudaEventRecordExternal. |
5091 | 5089 | {{endif}} |
5092 | 5090 | {{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}} |
@@ -5178,10 +5176,9 @@ cdef class cudaKernelNodeAttrValue(cudaLaunchAttributeValue): |
5178 | 5176 | Value of launch attribute cudaLaunchAttributeProgrammaticEvent with |
5179 | 5177 | the following fields: - `cudaEvent_t` event - Event to fire when |
5180 | 5178 | 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. |
5185 | 5182 | {{endif}} |
5186 | 5183 | {{if 'cudaLaunchAttributeValue.priority' in found_struct}} |
5187 | 5184 | priority : int |
@@ -5218,7 +5215,7 @@ cdef class cudaKernelNodeAttrValue(cudaLaunchAttributeValue): |
5218 | 5215 | Value of launch attribute cudaLaunchAttributeLaunchCompletionEvent |
5219 | 5216 | with the following fields: - `cudaEvent_t` event - Event to fire |
5220 | 5217 | when the last block launches. - `int` flags - Event record |
5221 | | - flags, see ::cudaEventRecordWithFlags. Does not accept |
| 5218 | + flags, see cudaEventRecordWithFlags. Does not accept |
5222 | 5219 | cudaEventRecordExternal. |
5223 | 5220 | {{endif}} |
5224 | 5221 | {{if 'cudaLaunchAttributeValue.deviceUpdatableKernelNode' in found_struct}} |
|
0 commit comments