From a9419038489eaf47e112ac91abc74fc4070b2e87 Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 3 Jan 2020 16:02:59 -0500
Subject: [PATCH] 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
---
hipamd/api/hip/hip_module.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/hipamd/api/hip/hip_module.cpp b/hipamd/api/hip/hip_module.cpp
index 5d8774aea6..2d9fd4468c 100644
--- a/hipamd/api/hip/hip_module.cpp
+++ b/hipamd/api/hip/hip_module.cpp
@@ -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;
}