CUTLASS 2.6 (#298)

CUTLASS 2.6
This commit is contained in:
Manish Gupta
2021-07-23 00:40:53 -04:00
committed by GitHub
parent 6c29fe20ba
commit e5d51840e8
308 changed files with 32408 additions and 4722 deletions
+1 -3
View File
@@ -117,9 +117,7 @@ class TensorView : public TensorRef<Element_, Layout_> {
/// Constructs a TensorView object
CUTLASS_HOST_DEVICE
TensorView(TensorCoord const &extent = TensorCoord()): extent_(extent) {
}
TensorView() { }
/// Constructs a TensorView object
CUTLASS_HOST_DEVICE