adding tensor_view

[ROCm/composable_kernel commit: 238d58c2f5]
This commit is contained in:
Chao Liu
2019-08-20 17:29:54 -05:00
parent c0d154b07d
commit a74c7c8e8a
9 changed files with 609 additions and 19 deletions

View File

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