[Mlir-commits] [mlir] [mlir][affine]introduce AffineSymbol trait and use it for using gpu.threadid op in the inner loops. (PR #118478)

Uday Bondhugula llvmlistbot at llvm.org
Sat Jan 11 14:19:31 PST 2025


================
@@ -1268,6 +1269,16 @@ class AffineScope : public TraitBase<ConcreteType, AffineScope> {
   }
 };
 
+/// A trait of operation. Any operation holds the AffineSymbol, and its result
----------------
bondhugula wrote:

Update Traits.md or Interfaces.md as the case may be.

https://github.com/llvm/llvm-project/pull/118478


More information about the Mlir-commits mailing list