This commit is contained in:
Chao Liu
2019-09-15 20:57:07 -05:00
parent 69fea593ec
commit d707993933
3 changed files with 5 additions and 5 deletions

View File

@@ -75,11 +75,11 @@ int main(int argc, char* argv[])
using namespace ck;
#if 1
constexpr index_t N = 256;
constexpr index_t C = 64;
constexpr index_t N = 512;
constexpr index_t C = 16;
constexpr index_t HI = 17;
constexpr index_t WI = 17;
constexpr index_t K = 256;
constexpr index_t K = 512;
constexpr index_t Y = 17;
constexpr index_t X = 17;