hipstreamupdatecapturedependencies Interface Reference

hipstreamupdatecapturedependencies Interface Reference#

HIPFORT API Reference: hipfort::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]streamStream that is being captured.
[in]dependenciesPointer to an array of nodes to add/replace.
[in]numDependenciesSize of the dependencies array.
[in]flagsFlag 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: