Fix missing MARKER_END
Logging status of hipCtxSynchronize was missing Test if hip profiling is active for MARKER_END in ihipPostLaunchKernel Add MARKER_END after the completion of a kernel launched through the "grid launch"
このコミットが含まれているのは:
+3
-1
@@ -1592,7 +1592,9 @@ void ihipPostLaunchKernel(const char *kernelName, hipStream_t stream, grid_launc
|
||||
tprintf(DB_SYNC, "ihipPostLaunchKernel, unlocking stream\n");
|
||||
|
||||
stream->lockclose_postKernelCommand(kernelName, lp.av);
|
||||
MARKER_END();
|
||||
if(HIP_PROFILE_API) {
|
||||
MARKER_END();
|
||||
}
|
||||
}
|
||||
|
||||
//=================================================================================================
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする