"example/vscode:/vscode.git/clone" did not exist on "f973f9558496cd514cc8eec9d84c3c3ca8d3e1b7"
Commit 7f015d49 authored by illsilin's avatar illsilin
Browse files

add ck_tile definitions for gfx12

parent e599063f
......@@ -143,7 +143,8 @@
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x00020000
#elif defined(__gfx1030__) // for GPU code
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x31014000
#elif defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__) // for GPU code
#elif defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__) || defined(__gfx1103__) || \
defined(__gfx1200__) || defined(__gfx1201__) // for GPU code
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x31004000
#endif
......
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