Commit 5a2498d1 authored by Chao Liu's avatar Chao Liu
Browse files

testing

parent a339028c
...@@ -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
......
...@@ -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,
......
...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment