[Mlir-commits] [mlir] [MLIR] Enabling Intel GPU Integration. (PR #65539)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Feb 14 07:58:53 PST 2024


================
@@ -187,4 +187,8 @@ def GpuROCDLAttachTarget: Pass<"rocdl-attach-target", ""> {
   ];
 }
 
+def GpuSerializeToSPIRVPass : Pass<"gpu-serialize-to-spirv", "ModuleOp"> {
+  let summary = "Serialize spirv dialect to spirv binary";
----------------
jbrodman wrote:

Missing a space?

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


More information about the Mlir-commits mailing list