From 06abacce9835f035610957bbd3fededfad5f87dc Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Tue, 26 Jul 2016 13:35:35 -0500 Subject: [PATCH] removed redundant signal destroy Change-Id: Icf0cd76b2620d34c87cfb6c7a83049087c0a0bc4 [ROCm/hip commit: fa7933eb910e7e753f9542dd15a2383913f6c366] --- projects/hip/src/hip_hcc.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/src/hip_hcc.cpp b/projects/hip/src/hip_hcc.cpp index 46f0b2674f..b89fc43582 100644 --- a/projects/hip/src/hip_hcc.cpp +++ b/projects/hip/src/hip_hcc.cpp @@ -1657,10 +1657,6 @@ void ihipStream_t::copySync(LockedAccessor_StreamCrit_t &crit, void* dst, const { device->_staging_buffer[1]->CopyDeviceToHost(dst, src, sizeBytes, depSignalCnt ? &depSignal : NULL); } - if(crit->_last_command_type == ihipCommandKernel){ - std::cout<<"Destroying depSignal MemcpySync"<wait(crit, true);