SWDEV-323472 - Add hipThreadExchangeStreamCaptureMode (#2519)
Change-Id: I1c610833bf3e21e4ba311a89cec0e8866b9164bd Co-authored-by: Christophe Paquot <christophe.paquot@amd.com>
This commit is contained in:
committed by
GitHub
parent
6e696a028b
commit
389db38b03
@@ -4401,6 +4401,18 @@ hipError_t hipStreamUpdateCaptureDependencies(hipStream_t stream, hipGraphNode_t
|
||||
size_t numDependencies,
|
||||
unsigned int flags __dparm(0));
|
||||
|
||||
/**
|
||||
* @brief Swaps the stream capture mode of a thread.
|
||||
*
|
||||
* @param [in] mode - Pointer to mode value to swap with the current mode
|
||||
* @returns #hipSuccess, #hipErrorInvalidValue
|
||||
*
|
||||
* @warning : This API is marked as beta, meaning, while this is feature complete,
|
||||
* it is still open to changes and may have outstanding issues.
|
||||
*
|
||||
*/
|
||||
hipError_t hipThreadExchangeStreamCaptureMode(hipStreamCaptureMode* mode);
|
||||
|
||||
/**
|
||||
* @brief Creates a graph
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user