"docs/source/vscode:/vscode.git/clone" did not exist on "d93ca268938940839118fdb8d0cf4c1ca7a9fead"
Commit 66b3a28d authored by Adam Osewski's avatar Adam Osewski
Browse files

Turn on DEBUG_LOG

parent fd956f89
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
// workaround: compiler issue on gfx908 // workaround: compiler issue on gfx908
#define CK_WORKAROUND_SWDEV_388832 1 #define CK_WORKAROUND_SWDEV_388832 1
// flag to enable (1) or disable (0) the debugging output in some kernels // flag to enable (1) or disable (0) the debugging output in some kernels
#define DEBUG_LOG 0 #define DEBUG_LOG 1
// denorm test fix, required to work around dissue // denorm test fix, required to work around dissue
#ifndef CK_WORKAROUND_DENORM_FIX #ifndef CK_WORKAROUND_DENORM_FIX
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment