2
0

Switch to hipLaunchHostFunc for HIP graph (#667)

Este cometimento está contido em:
Wenkai Du
2022-12-15 10:16:46 -08:00
cometido por GitHub
ascendente 24aa8bd802
cometimento 2288e9ae80
+1 -1
Ver ficheiro
@@ -258,7 +258,7 @@ ncclResult_t ncclStrongStreamLaunchHost(
}
ss->serialEventNeedsRecord = true;
#else
CUDACHECK(hipStreamAddCallback(ss->cudaStream, (hipStreamCallback_t)fn, arg, 0));
CUDACHECK(cudaLaunchHostFunc(ss->cudaStream, fn, arg));
#endif
return ncclSuccess;
}