cubecl_hip_sys

Function hipThreadExchangeStreamCaptureMode

Source
pub unsafe extern "C" fn hipThreadExchangeStreamCaptureMode(
    mode: *mut hipStreamCaptureMode,
) -> hipError_t
Expand description

@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.