update 3.8 v2 (#2112)
* update 3.8 v2 * update 3.8 --------- Co-authored-by: yuzhai <yuzhai@nvidia.com>
This commit is contained in:
@@ -142,7 +142,6 @@ class MmaVoltaTensorOpMultiplicandTileIterator<
|
||||
"Shape of warp-level Mma must be divisible by operator shape.");
|
||||
|
||||
// Shape of one individual LDS.128
|
||||
// TODO: 32 and 4 are hardcoded, 32-by-4 is logical shape
|
||||
using LdsShape = layout::PitchLinearShape<
|
||||
32,
|
||||
4
|
||||
@@ -458,7 +457,6 @@ class MmaVoltaTensorOpMultiplicandTileIterator<
|
||||
"Shape of warp-level Mma must be divisible by operator shape.");
|
||||
|
||||
// Shape of one individual LDS
|
||||
// TODO: remove hardcoded 32 and 4
|
||||
using LdsShape = layout::PitchLinearShape<
|
||||
32,
|
||||
4
|
||||
|
||||
@@ -995,7 +995,6 @@ public:
|
||||
CUTLASS_DEVICE
|
||||
MmaTensorOpMultiplicandTileIterator &add_tile_offset_negative(TensorCoord const &tile_offset) {
|
||||
|
||||
// TODO: fix this if it becomes an issue during warp it reset
|
||||
add_tile_offset(tile_offset);
|
||||
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user