experimenting TensorCoordinate and new merged tensor copy operator

This commit is contained in:
Chao Liu
2019-08-01 15:32:40 -05:00
parent 2eeeb1766b
commit a9a392b44d
6 changed files with 158 additions and 171 deletions

View File

@@ -71,7 +71,7 @@ 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 HI = 8;