CUTLASS 2.8 (#363)

CUTLASS 2.8
This commit is contained in:
Manish Gupta
2021-11-19 13:26:35 -08:00
committed by GitHub
parent 6fc5008803
commit 808c25337a
127 changed files with 18555 additions and 1338 deletions
+2
View File
@@ -395,6 +395,7 @@ private:
public:
#if 0
CUTLASS_HOST_DEVICE
Array() { }
@@ -405,6 +406,7 @@ public:
storage[i] = x.storage[i];
}
}
#endif
/// Efficient clear method
CUTLASS_HOST_DEVICE