[Mlir-commits] [mlir] [mlir][spirv] Add target width to SPIR-V ABI (PR #88555)
Hsiangkai Wang
llvmlistbot at llvm.org
Mon Apr 15 01:26:34 PDT 2024
================
@@ -89,7 +89,8 @@ StringRef getEntryPointABIAttrName();
/// Gets the EntryPointABIAttr given its fields.
EntryPointABIAttr getEntryPointABIAttr(MLIRContext *context,
----------------
Hsiangkai wrote:
There is no specific section to describe `target width`. It appears in the `Execution Mode`. I have added the link to execution mode and added some description about `target width` in the execution mode.
https://github.com/llvm/llvm-project/pull/88555
More information about the Mlir-commits
mailing list