diff --git a/src/hip_module.cpp b/src/hip_module.cpp index b8c032da27..5dad689c69 100644 --- a/src/hip_module.cpp +++ b/src/hip_module.cpp @@ -452,10 +452,7 @@ hipError_t ihipModuleLaunchKernel(hipFunction_t f, lp.av->dispatch_hsa_kernel(&aql, config[1] /* kernarg*/, kernArgSize, (startEvent || stopEvent) ? &cf : nullptr -#define USE_NAMED_KERNEL 0 -#if USE_NAMED_KERNEL , f->_name.c_str() -#endif );