cleaning up dead code

This commit is contained in:
Chao Liu
2019-04-02 17:58:44 -05:00
parent 7c098ddc0e
commit bdbc0eaad1
6 changed files with 6 additions and 670 deletions

View File

@@ -221,7 +221,7 @@ void device_implicit_gemm_convolution_2_chwn_cyxk_khwn(InDesc,
constexpr index_t BlockSize = 128;
#elif 0
// 1x1, 14x14, Vega 20, hack CPerBlock = 1
// 1x1, 14x14, Vega 20, hack CPerBlock = 1 for debugging
constexpr index_t BPerBlock = 64;
constexpr index_t KPerBlock = 128;
constexpr index_t CPerBlock = 1;

View File

@@ -580,7 +580,7 @@ int main(int argc, char* argv[])
constexpr index_t HPad = 0;
constexpr index_t WPad = 0;
#elif 1
#elif 0
// 1x1 filter, 14x14 image, C = 2048
constexpr index_t N = 128;
constexpr index_t C = 2048;