2
0

SWDEV-441258 - remove full path for HIP LOG windows

Change-Id: Ibad6e9542c0cede38f5a114dcd352356ddedf019


[ROCm/clr commit: 0cff14c9e1]
Este cometimento está contido em:
pghafari
2024-01-16 09:22:17 -05:00
cometido por Payam Ghafari
ascendente 37ed51c99c
cometimento 0fe462b63e
+4
Ver ficheiro
@@ -134,7 +134,11 @@ inline void warning(const char* msg) { amd::report_warning(msg); }
#define Untested(msg) (void)(0)
#endif /*NDEBUG*/
#ifdef _WIN32
#define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
#else
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
#endif
#define Log(level, msg) \
do { \