Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyinrong
composable_kernel
Commits
e4d6a905
Commit
e4d6a905
authored
3 years ago
by
Chao Liu
Browse files
Options
Download
Email Patches
Plain Diff
reset config to old default
parent
8c4e33f1
v5r1_add
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composable_kernel/include/utility/config.hpp
+3
-3
composable_kernel/include/utility/config.hpp
composable_kernel/include/utility/utility.hpp
+0
-2
composable_kernel/include/utility/utility.hpp
with
3 additions
and
5 deletions
+3
-5
composable_kernel/include/utility/config.hpp
View file @
e4d6a905
...
...
@@ -78,7 +78,7 @@
// experimental implementation for buffer load/store/atomic
#ifndef CK_EXPERIMENTAL_USE_BUFFER_LOAD_OOB_CHECK_OFFSET_TRICK
#define CK_EXPERIMENTAL_USE_BUFFER_LOAD_OOB_CHECK_OFFSET_TRICK
1
#define CK_EXPERIMENTAL_USE_BUFFER_LOAD_OOB_CHECK_OFFSET_TRICK
0
#endif
#ifndef CK_EXPERIMENTAL_USE_BUFFER_STORE_OOB_CHECK_OFFSET_TRICK
...
...
@@ -95,9 +95,9 @@
#endif
// pass tensor descriptor by value or void*
#define CK_EXPERIMENTAL_PASS_TENSOR_DESCRIPTOR_BY_VALUE
0
#define CK_EXPERIMENTAL_PASS_TENSOR_DESCRIPTOR_BY_VALUE
1
#define CK_EXPERIMENTAL_PASS_TENSOR_DESCRIPTOR_BY_VOID_POINTER 0
#define CK_EXPERIMENTAL_STATIC_TENSOR_DESCRIPTOR
1
#define CK_EXPERIMENTAL_STATIC_TENSOR_DESCRIPTOR
0
// merge transformation use magic number division
#define CK_EXPERIMENTAL_MERGE_USE_MAGIC_DIVISION 1
...
...
This diff is collapsed.
Click to expand it.
composable_kernel/include/utility/utility.hpp
View file @
e4d6a905
...
...
@@ -9,8 +9,6 @@ __device__ index_t get_thread_local_1d_id() { return threadIdx.x; }
__device__
index_t
get_block_1d_id
()
{
return
blockIdx
.
x
;
}
//__device__ index_t get_block_1d_id() { return gridDim.x - 1 - blockIdx.x; }
}
// namespace ck
#endif
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help