enabling padding for chwn format

[ROCm/composable_kernel commit: 724e984bff]
This commit is contained in:
Chao Liu
2019-09-11 01:13:13 -05:00
parent 17564ecfec
commit 9a8d9e0e40
12 changed files with 817 additions and 333 deletions

View File

@@ -115,7 +115,7 @@ void device_convolution_implicit_gemm_v1_chwn_cyxk_khwn_padded(InDesc,
constexpr index_t OutThreadCopyDataPerAccess_N = 4;
#endif
#if 0 // debug
#if 1 // debug
constexpr index_t GridSize =
(N / NPerBlock) * (K / KPerBlock) * (Ho / HoPerBlock) * (Wo / WoPerBlock);
#else