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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user