added tuple

[ROCm/composable_kernel commit: 625838def0]
This commit is contained in:
Chao Liu
2019-09-06 18:07:56 -05:00
parent d0a36e9a40
commit b0f3708397
10 changed files with 369 additions and 106 deletions

View File

@@ -368,7 +368,7 @@ int main(int argc, char* argv[])
#if 0
device_convolution_direct_v2_nchw_kcyx_nkhw
(in_nchw_desc, in_nchw, wei_kcyx_desc, wei_kcyx, out_nkhw_desc, out_nkhw_device, nrepeat);
#elif 1
#elif 0
device_convolution_implicit_gemm_v1_chwn_cyxk_khwn(
in_nchw_desc, in_nchw, wei_kcyx_desc, wei_kcyx, out_nkhw_desc, out_nkhw_device, nrepeat);
#elif 1