Skip to content

Commit

Permalink
Temporaily disable L1 cache bypass in MMA
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvedhmeshram committed May 26, 2022
1 parent c19f28c commit 5d6ac73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static void createAsyncGroups(func::FuncOp funcOp) {
writeOp.getSource(), writeOp.getIndices(), readOp.getSource(),
readOp.getIndices(),
builder.getIndexAttr(readOp.getVectorType().getNumElements()),
/*bypassL1=*/builder.getUnitAttr());
UnitAttr());
tokens.push_back(token);
}
// Create the group and wait for it right after.
Expand Down

0 comments on commit 5d6ac73

Please sign in to comment.