added (1x4)x(2x4) threadwise gemm

[ROCm/composable_kernel commit: 08cbac98cc]
This commit is contained in:
Chao Liu
2019-07-30 18:20:55 -05:00
parent 1b43c17bb1
commit 9cb7d14a8a
4 changed files with 166 additions and 232 deletions

View File

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