diff --git a/include/hip/hcc_detail/hip_runtime.h b/include/hip/hcc_detail/hip_runtime.h index 924e774af0..c2302d4dc1 100644 --- a/include/hip/hcc_detail/hip_runtime.h +++ b/include/hip/hcc_detail/hip_runtime.h @@ -389,9 +389,18 @@ templatelockopen_preKernelCommand()); - - stream->lockclose_postKernelCommand(kernel_name, acc_v); - - delete static_cast(locked_stream); - locked_stream = nullptr; - if(HIP_PROFILE_API) { - MARKER_END(); ->>>>>>> e8ede28ec4f5744185b171031e537237afb7affa } } }