From 54f50c23fcf76546cb1100e6dee875097aa135cd Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 4 Apr 2019 18:41:09 -0400 Subject: [PATCH] P4 to Git Change 1766115 by cpaquot@cpaquot-ocl-lc-lnx on 2019/04/04 18:29:12 SWDEV-145570 - Don't assert when LOG_LEVEL=3 and return value isn't HIP_SUCCESS. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#25 edit --- hipamd/api/hip/hip_internal.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/hipamd/api/hip/hip_internal.hpp b/hipamd/api/hip/hip_internal.hpp index de9de24a32..ceff284dda 100644 --- a/hipamd/api/hip/hip_internal.hpp +++ b/hipamd/api/hip/hip_internal.hpp @@ -147,7 +147,6 @@ extern amd::Memory* getMemoryObject(const void* ptr, size_t& offset); #define HIP_RETURN(ret) \ hip::g_lastError = ret; \ - DebugInfoGuarantee(hip::g_lastError == hipSuccess); \ return hip::g_lastError; \ inline std::ostream& operator<<(std::ostream& os, const dim3& s) {