SWDEV-347345 - add missing func for nvdia
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Ie2a70778d01948083d724a9d20e1f17541178ec5
[ROCm/hipother commit: bd1ffabfc1]
Este commit está contenido en:
@@ -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) {
|
||||
|
||||
Referencia en una nueva incidencia
Block a user