P4 to Git Change 2047959 by skudchad@skudchad_test2_win_opencl on 2019/12/18 14:40:28

SWDEV-213000 - Add notifyCmdQueue in ihipModuleLaunchKernel. This torques timing and flushes the queue immediately. Investigation pending.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/18408/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#51 edit


[ROCm/hip commit: 3beb70b72a]
This commit is contained in:
foreman
2019-12-18 14:42:18 -05:00
parent d5776751ca
commit bd40deaccc
+5
View File
@@ -354,6 +354,11 @@ hipError_t ihipModuleLaunchKernel(hipFunction_t f,
command->release();
// FIXME: SWDEV-213000 - Force notifyCmdQueue to indicate immediate dispatch to HW
// This offsets the commandqueue timing and solves 213000. Investigation pending
command->notifyCmdQueue();
return hipSuccess;
}