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 that is being captured. [in] dependencies Pointer to an array of nodes to add/replace. [in] numDependencies Size of the dependencies array. [in] flags Flag to update dependency set. Should be one of the values in enum hipStreamUpdateCaptureDependenciesFlags.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorIllegalState
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: