SWDEV-323472 - Add hipThreadExchangeStreamCaptureMode (#2519)

Change-Id: I1c610833bf3e21e4ba311a89cec0e8866b9164bd
Co-authored-by: Christophe Paquot <christophe.paquot@amd.com>
This commit is contained in:
ROCm CI Service Account
2022-02-24 10:22:58 +05:30
committed by GitHub
parent 6e696a028b
commit 389db38b03
+12
View File
@@ -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
*