[CODEGEN] Reverted some changes from previous PR; fixed vectorization characteristics of mma layout (#469)

This commit is contained in:
Philippe Tillet
2022-03-04 01:53:31 -08:00
committed by GitHub
parent bb5765df5c
commit a50a47a85b
2 changed files with 24 additions and 25 deletions

View File

@@ -213,7 +213,7 @@ mma_layout::mma_layout(size_t num_warps,
else{
// fpw_ = {1, 1, 1};
spw_ = mma_instr_shape_.at(tensor_core_type_); // e.g., {16, 8, 16} for f32.f16.f16.f32
contig_per_thread_ = {1, 1};
contig_per_thread_ = {1, 2};
// rep_ = {2, 2, 1};
}
order_ = {0, 1};