[Mlir-commits] [mlir] [MLIR][XeGPU][TransformOps] Add convert_layout op (PR #167342)

Tuomas Kärnä llvmlistbot at llvm.org
Tue Nov 11 02:53:45 PST 2025


================
@@ -132,3 +132,46 @@ def __init__(
             loc=loc,
             ip=ip,
         )
+
+
+ at _ods_cext.register_operation(_Dialect, replace=True)
+class ConvertLayoutOp(ConvertLayoutOp):
----------------
tkarna wrote:

added snake_case python functions to all transform ops

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


More information about the Mlir-commits mailing list