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
5a2498d1
Commit
5a2498d1
authored
Sep 30, 2020
by
Chao Liu
Browse files
testing
parent
a339028c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
composable_kernel/include/utility/config.amd.hpp.in
composable_kernel/include/utility/config.amd.hpp.in
+1
-1
driver/include/device_dummy_dynamic_transform_v2.hpp
driver/include/device_dummy_dynamic_transform_v2.hpp
+1
-1
driver/src/conv_driver.cpp
driver/src/conv_driver.cpp
+1
-1
No files found.
composable_kernel/include/utility/config.amd.hpp.in
View file @
5a2498d1
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#define CK_UNSIGNED_INDEX_TYPE 0
#define CK_UNSIGNED_INDEX_TYPE 0
// multi index
// multi index
#define CK_USE_DYNAMICALLY_INDEXED_MULTI_INDEX
1
#define CK_USE_DYNAMICALLY_INDEXED_MULTI_INDEX
0
// device backend
// device backend
#define CK_DEVICE_BACKEND_AMD 1
#define CK_DEVICE_BACKEND_AMD 1
...
...
driver/include/device_dummy_dynamic_transform_v2.hpp
View file @
5a2498d1
...
@@ -93,7 +93,7 @@ void device_dummy_dynamic_transform_v2(InDesc,
...
@@ -93,7 +93,7 @@ void device_dummy_dynamic_transform_v2(InDesc,
for
(
index_t
j
=
0
;
j
<
nrepeat
;
++
j
)
for
(
index_t
j
=
0
;
j
<
nrepeat
;
++
j
)
{
{
#if
1
#if
0
launch_kernel(run_gridwise_operation<DummyDynamicTransform_v2_1<BlockSize>,
launch_kernel(run_gridwise_operation<DummyDynamicTransform_v2_1<BlockSize>,
index_t* const,
index_t* const,
float* const,
float* const,
...
...
driver/src/conv_driver.cpp
View file @
5a2498d1
...
@@ -549,7 +549,7 @@ int main(int argc, char* argv[])
...
@@ -549,7 +549,7 @@ int main(int argc, char* argv[])
#endif
#endif
}
}
#if
1
#if
0
device_convolution_implicit_gemm_v4r1_nchw_kcyx_nkhw(in_nchw_desc,
device_convolution_implicit_gemm_v4r1_nchw_kcyx_nkhw(in_nchw_desc,
in_nchw,
in_nchw,
wei_kcyx_desc,
wei_kcyx_desc,
...
...
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