SWDEV-347345 - add missing func for nvdia
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com> Change-Id: Ie2a70778d01948083d724a9d20e1f17541178ec5
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
a44d54f279
Коммит
bd1ffabfc1
@@ -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) {
|
||||
|
||||
Ссылка в новой задаче
Block a user