"...composable_kernel_rocm.git" did not exist on "57106048aeb20f55461e7c25e689aa0a945beb7a"
Commit 5a2498d1 authored by Chao Liu's avatar Chao Liu
Browse files

testing

parent a339028c
......@@ -9,7 +9,7 @@
#define CK_UNSIGNED_INDEX_TYPE 0
// multi index
#define CK_USE_DYNAMICALLY_INDEXED_MULTI_INDEX 1
#define CK_USE_DYNAMICALLY_INDEXED_MULTI_INDEX 0
// device backend
#define CK_DEVICE_BACKEND_AMD 1
......
......@@ -93,7 +93,7 @@ void device_dummy_dynamic_transform_v2(InDesc,
for(index_t j = 0; j < nrepeat; ++j)
{
#if 1
#if 0
launch_kernel(run_gridwise_operation<DummyDynamicTransform_v2_1<BlockSize>,
index_t* const,
float* const,
......
......@@ -549,7 +549,7 @@ int main(int argc, char* argv[])
#endif
}
#if 1
#if 0
device_convolution_implicit_gemm_v4r1_nchw_kcyx_nkhw(in_nchw_desc,
in_nchw,
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