P4 to Git Change 2052191 by skudchad@skudchad_test2_win_opencl on 2020/01/03 15:54:23

SWDEV-213000 - Backout change to notifyCmdQueue as the real issue has been identified

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#53 edit
This commit is contained in:
foreman
2020-01-03 16:02:59 -05:00
rodzic 955b224ea0
commit a941903848
-5
Wyświetl plik
@@ -354,11 +354,6 @@ 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;
}