fix: LayoutBTag is now RowMajor
This commit is contained in:
@@ -38,7 +38,7 @@ using LayoutATag = cutlass::layout::RowMajor;
|
||||
constexpr int AlignmentA = 32;
|
||||
|
||||
using ElementB = cutlass::nv_float4_t<cutlass::float_e2m1_t>;
|
||||
using LayoutBTag = cutlass::layout::ColumnMajor;
|
||||
using LayoutBTag = cutlass::layout::RowMajor;
|
||||
constexpr int AlignmentB = 32;
|
||||
|
||||
using ElementD = cutlass::bfloat16_t;
|
||||
|
||||
Reference in New Issue
Block a user