diff --git a/projects/hip/api/hip/hip_module.cpp b/projects/hip/api/hip/hip_module.cpp index c13a077a0e..91635fa12f 100644 --- a/projects/hip/api/hip/hip_module.cpp +++ b/projects/hip/api/hip/hip_module.cpp @@ -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; }