Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
7f015d49
"test/git@developer.sourcefind.cn:gaoqiong/yaml-cpp.git" did not exist on "434c6a569744beeefbdcaba9b6af3fc45fb0bb7c"
Commit
7f015d49
authored
May 10, 2024
by
illsilin
Browse files
add ck_tile definitions for gfx12
parent
e599063f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/ck_tile/core/config.hpp
include/ck_tile/core/config.hpp
+2
-1
No files found.
include/ck_tile/core/config.hpp
View file @
7f015d49
...
@@ -143,7 +143,8 @@
...
@@ -143,7 +143,8 @@
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x00020000
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x00020000
#elif defined(__gfx1030__) // for GPU code
#elif defined(__gfx1030__) // for GPU code
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x31014000
#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
#define CK_TILE_BUFFER_RESOURCE_3RD_DWORD 0x31004000
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment