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; }