Commit 0f1fca4d authored by aska-0096's avatar aska-0096
Browse files

disable buffer load due to incorrect 3rd dword

parent b8e153a4
......@@ -68,11 +68,12 @@
#define CK_USE_AMD_WMMA
#endif
// TODO: enable buffer load when found correct 3rd dword
// buffer load
#define CK_USE_AMD_BUFFER_LOAD 1
#define CK_USE_AMD_BUFFER_LOAD 0
// buffer store
#define CK_USE_AMD_BUFFER_STORE 1
#define CK_USE_AMD_BUFFER_STORE 0
// buffer atomic add: integer
#define CK_USE_AMD_BUFFER_ATOMIC_ADD_INTEGER 1
......
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