[Mlir-commits] [mlir] [mlir][spirv] Conditionally add SPV_KHR_non_semantic_info extension u… (PR #152686)
Mohammadreza Ameri Mahabadian
llvmlistbot at llvm.org
Fri Aug 8 04:36:02 PDT 2025
================
@@ -1,6 +1,6 @@
// RUN: mlir-translate -no-implicit-module -test-spirv-roundtrip-debug -mlir-print-debuginfo -mlir-print-local-scope %s | FileCheck %s
----------------
mahabadm wrote:
I can but the validation of this file fails for so many other reasons beyond the `SPV_KHR_non_semantic_info` availability, e.g. a few more extensions and capabilities as well as an entry point need being added, also the deduced version need to change.
https://github.com/llvm/llvm-project/pull/152686
More information about the Mlir-commits
mailing list