[Mlir-commits] [mlir] [MLIR] Implement emulation of static indexing subbyte type vector stores (PR #115922)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Dec 4 08:27:42 PST 2024
================
@@ -364,10 +364,11 @@ void populateVectorMaskMaterializationPatterns(RewritePatternSet &patterns,
PatternBenefit benefit = 1);
/// Appends patterns for emulating vector operations over narrow types with ops
-/// over wider types.
+/// over wider types. `useAtomicWrites` indicates whether to use atomic
+/// operations in the places where thread contention is possible.
----------------
banach-space wrote:
[nit] Add a note that you are referring to MemRef atomic Ops specifically. That wasn't clear to me.
https://github.com/llvm/llvm-project/pull/115922
More information about the Mlir-commits
mailing list