Skip to content

Commit

Permalink
Fix bad rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ggengnv committed Sep 25, 2024
1 parent ab458a4 commit 927f2ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ getExpandedSharedMemoryObject(ConversionPatternRewriter &rewriter, Location loc,
return expandedSmemObj;
}

namespace SharedToDotOperandMMAv3 {
namespace SharedToDotOperandMMAv2OrV3 {
Value convertLayout(int opIdx, ConversionPatternRewriter &rewriter,
Location loc, Value tensor, DotOperandEncodingAttr encoding,
const SharedMemoryObject &smemObj,
Expand All @@ -853,4 +853,4 @@ Value convertLayout(int opIdx, ConversionPatternRewriter &rewriter,
expandedSmemObj, typeConverter, thread, false);
}
}
} // namespace SharedToDotOperandMMAv3
} // namespace SharedToDotOperandMMAv2OrV3

0 comments on commit 927f2ec

Please sign in to comment.