SWDEV-347345 - add missing func for nvdia

Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Ie2a70778d01948083d724a9d20e1f17541178ec5
Этот коммит содержится в:
sdashmiz
2022-07-20 13:33:03 -04:00
коммит произвёл Maneesh Gupta
родитель a44d54f279
Коммит bd1ffabfc1
+4
Просмотреть файл
@@ -2826,6 +2826,10 @@ inline static hipError_t hipGraphMemsetNodeSetParams(hipGraphNode_t node,
return hipCUDAErrorTohipError(cudaGraphMemsetNodeSetParams(node, pNodeParams));
}
inline static hipError_t hipThreadExchangeStreamCaptureMode(hipStreamCaptureMode* mode) {
return hipCUDAErrorTohipError(cudaThreadExchangeStreamCaptureMode(mode));
}
inline static hipError_t hipGraphExecKernelNodeSetParams(hipGraphExec_t hGraphExec,
hipGraphNode_t node,
const hipKernelNodeParams* pNodeParams) {