[clang] [MLIR] SPIRV Target Attribute (PR #69949)
Lei Zhang via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 28 17:30:20 PDT 2023
================
@@ -188,4 +188,46 @@ def GpuROCDLAttachTarget: Pass<"rocdl-attach-target", ""> {
];
}
+def GpuSPIRVAttachTarget: Pass<"spirv-attach-target", ""> {
+ let summary = "Attaches an SPIRV target attribute to a GPU Module.";
----------------
antiagainst wrote:
Nit: s/SPIRV/SPIR-V/.
SPIR-V is the formal spelling. We should use that when in docs and comments.
Also for all the following docs and comments.
https://github.com/llvm/llvm-project/pull/69949
More information about the cfe-commits
mailing list