[Mlir-commits] [mlir] [mlir][gpu]Add GPUToXeVM lowering pipeline pass. (PR #161216)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Oct 10 09:15:32 PDT 2025


================
@@ -60,6 +60,53 @@ struct GPUToNVVMPipelineOptions
       llvm::cl::init(false)};
 };
 
+// Options for the gpu to xevm pipeline.
+struct GPUToXeVMPipelineOptions
+    : public PassPipelineOptions<GPUToXeVMPipelineOptions> {
+  // XeGPU op granularity selection: workgroup | subgroup | lane
----------------
adam-smnk wrote:

nit: I'd skip this one, it only duplicates desc

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


More information about the Mlir-commits mailing list