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
Commits
f8a869a6
Commit
f8a869a6
authored
Jan 06, 2021
by
Chao Liu
Browse files
update config macro for buffer_load oob feature
parent
6f0ef227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
composable_kernel/include/utility/config.amd.hpp.in
composable_kernel/include/utility/config.amd.hpp.in
+10
-2
No files found.
composable_kernel/include/utility/config.amd.hpp.in
View file @
f8a869a6
...
@@ -58,8 +58,16 @@
...
@@ -58,8 +58,16 @@
#endif
#endif
// experimental implementation
// experimental implementation
#ifndef CK_EXPERIMENTAL_USE_BUFFER_ADDRESS_OOB_CHECK
#ifndef CK_EXPERIMENTAL_USE_BUFFER_LOAD_OOB_CHECK
#define CK_EXPERIMENTAL_USE_BUFFER_ADDRESS_OOB_CHECK 1
#define CK_EXPERIMENTAL_USE_BUFFER_LOAD_OOB_CHECK 0
#endif
#ifndef CK_EXPERIMENTAL_USE_BUFFER_STORE_OOB_CHECK
#define CK_EXPERIMENTAL_USE_BUFFER_STORE_OOB_CHECK 1
#endif
#ifndef CK_EXPERIMENTAL_USE_BUFFER_ATOMIC_OOB_CHECK
#define CK_EXPERIMENTAL_USE_BUFFER_ATOMIC_OOB_CHECK 1
#endif
#endif
#ifndef CK_EXPERIMENTAL_BLOCKWISE_GEMM_USE_PIPELINE
#ifndef CK_EXPERIMENTAL_BLOCKWISE_GEMM_USE_PIPELINE
...
...
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