[Mlir-commits] [mlir] [MLIR] Enabling Intel GPU Integration. (PR #65539)
Ronan Keryell
llvmlistbot at llvm.org
Wed Sep 6 19:07:55 PDT 2023
================
@@ -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";
----------------
keryell wrote:
```suggestion
let summary = "Serialize spirv dialect to SPIR-Vbinary";
```
https://github.com/llvm/llvm-project/pull/65539
More information about the Mlir-commits
mailing list