hipstreamupdatecapturedependencies Interface Reference#
hipfort::hipstreamupdatecapturedependencies Interface Reference
Update the set of dependencies in a capturing stream. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipstreamupdatecapturedependencies_ (stream, dependencies, numDependencies, flags) |
Detailed Description
Update the set of dependencies in a capturing stream.
- Parameters
-
[in] stream - Stream under capture. [in] dependencies - pointer to an array of nodes to Add/Replace. [in] numDependencies - size of the array in dependencies.
- Returns
- hipSuccess, hipErrorInvalidValue, hipErrorIllegalState
- Warning
- : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
Member Function/Subroutine Documentation
◆ hipstreamupdatecapturedependencies_()
integer(kind(hipsuccess)) function hipfort::hipstreamupdatecapturedependencies::hipstreamupdatecapturedependencies_ | ( | type(c_ptr), value | stream, |
type(c_ptr) | dependencies, | ||
integer(c_size_t), value | numDependencies, | ||
integer(c_int), value | flags | ||
) |
The documentation for this interface was generated from the following file: