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
1928a3d7
Commit
1928a3d7
authored
May 12, 2021
by
Chao Liu
Browse files
refactor
parent
71d6b19d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
2 deletions
+3
-2
composable_kernel/include/utility/array_multi_index.hpp
composable_kernel/include/utility/array_multi_index.hpp
+0
-0
composable_kernel/include/utility/common_header.hpp
composable_kernel/include/utility/common_header.hpp
+1
-0
composable_kernel/include/utility/config.amd.hpp.in
composable_kernel/include/utility/config.amd.hpp.in
+1
-1
composable_kernel/include/utility/multi_index.hpp
composable_kernel/include/utility/multi_index.hpp
+0
-0
composable_kernel/include/utility/statically_indexed_array_multi_index.hpp
.../include/utility/statically_indexed_array_multi_index.hpp
+0
-0
driver/src/conv_driver.cpp
driver/src/conv_driver.cpp
+1
-1
No files found.
composable_kernel/include/
tensor_description
/array_multi_index.hpp
→
composable_kernel/include/
utility
/array_multi_index.hpp
View file @
1928a3d7
File moved
composable_kernel/include/utility/common_header.hpp
View file @
1928a3d7
...
...
@@ -6,6 +6,7 @@
#include "container_helper.hpp"
#include "statically_indexed_array.hpp"
#include "container_element_picker.hpp"
#include "multi_index.hpp"
#include "data_type.hpp"
#include "float_type.hpp"
#include "functional.hpp"
...
...
composable_kernel/include/utility/config.amd.hpp.in
View file @
1928a3d7
...
...
@@ -14,7 +14,7 @@
#define CK_DEVICE_BACKEND_AMD 1
// GPU ID
#if
0
#if
1
#define CK_AMD_GPU_GFX906 1
#elif 0
#define CK_AMD_GPU_GFX908 1
...
...
composable_kernel/include/
tensor_description
/multi_index.hpp
→
composable_kernel/include/
utility
/multi_index.hpp
View file @
1928a3d7
File moved
composable_kernel/include/
tensor_description
/statically_indexed_array_multi_index.hpp
→
composable_kernel/include/
utility
/statically_indexed_array_multi_index.hpp
View file @
1928a3d7
File moved
driver/src/conv_driver.cpp
View file @
1928a3d7
...
...
@@ -724,7 +724,7 @@ int main(int argc, char* argv[])
LeftPads
{},
RightPads
{},
nrepeat
);
#elif
0
#elif
1
device_dynamic_convolution_forward_implicit_gemm_v4r4_nchw_kcyx_nkhw
<
in_data_t
,
in_vector_size
,
acc_data_t
,
...
...
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