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
This commit is contained in:
foreman
2019-04-04 18:41:09 -04:00
orang tua e3910b720c
melakukan 22c104f84f
-1
Melihat File
@@ -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) {