From 22c104f84f3e997201ea51613aec3718ff8690d9 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 --- api/hip/hip_internal.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/api/hip/hip_internal.hpp b/api/hip/hip_internal.hpp index de9de24a32..ceff284dda 100644 --- a/api/hip/hip_internal.hpp +++ b/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) {