We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938f098 commit 17bb72cCopy full SHA for 17bb72c
scripts/core/module.yml
@@ -122,7 +122,7 @@ name: Destroy
122
decl: static
123
ordinal: "0"
124
details:
125
- - "The application must destroy all kernel and build log handles created from the module before destroying the module itself."
+ - "The application must destroy all kernel handles created from the module before destroying the module itself."
126
- "The application must ensure the device is not currently referencing the module before it is deleted."
127
- "The implementation of this function may immediately free all Host and Device allocations associated with this module."
128
- "The application must **not** call this function from simultaneous threads with the same module handle."
0 commit comments