From 45e0847319ab76f216d3bfbf06320e7120f459e1 Mon Sep 17 00:00:00 2001 From: kjayapra-amd Date: Fri, 12 Jun 2020 18:39:48 -0400 Subject: [PATCH] SWDEV-240589 - Remove guarantee @ __hipRegisterFunction flow for now. Change-Id: Ic51e2a1f951ac7745c2bbd11cfd2b92521c6966a --- rocclr/hip_code_object.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rocclr/hip_code_object.cpp b/rocclr/hip_code_object.cpp index bb957b8cf3..f377fc594f 100755 --- a/rocclr/hip_code_object.cpp +++ b/rocclr/hip_code_object.cpp @@ -383,7 +383,6 @@ hipError_t StatCO::registerStatFunction(const void* hostFunction, Function* func if (functions_.find(hostFunction) != functions_.end()) { DevLogPrintfError("hostFunctionPtr: 0x%x already exists", hostFunction); - guarantee(false); } functions_.insert(std::make_pair(hostFunction, func));