change perf config for debuggging

This commit is contained in:
Chao Liu
2019-04-01 16:04:02 -05:00
parent 23c626a941
commit 85c1ff1cea
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ void device_implicit_gemm_convolution_2_chwn_cyxk_khwn(InDesc,
constexpr index_t WeiBlockCopyDataPerRead = 4;
constexpr index_t BlockSize = 256;
#elif 1
#elif 0
// 1x1, 14x14, Vega 20, disable lds_double_buffer, enable register double buffer
constexpr index_t BPerBlock = 64;
constexpr index_t KPerBlock = 128;

View File

@@ -315,7 +315,7 @@ class gridwise_implicit_gemm_convolution_2_chwn_cyxk_khwn
auto f_accum = [](auto& acc, const auto&& v) { acc += v; };
#if 0
blockwise_gemm.Run
#elif 1
#elif 0
blockwise_gemm.Run_RegisterDoubleBuffer
#elif 1
blockwise_gemm.Run_asm