[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)

Igor Wodiany llvmlistbot at llvm.org
Thu Aug 7 09:05:38 PDT 2025


================
@@ -0,0 +1,69 @@
+// RUN: mlir-opt -split-input-file -verify-diagnostics %s | FileCheck %s
+
+//===----------------------------------------------------------------------===//
+// spirv.ARM.Graph and spirv.ARM.GraphOutputs
+//===----------------------------------------------------------------------===//
+
+spirv.module Logical Vulkan requires #spirv.vce<v1.0, [VulkanMemoryModel, Int8, TensorsARM, GraphARM], [SPV_ARM_tensors, SPV_ARM_graph]> {
----------------
IgWod-IMG wrote:

Does it actually need `spirv.module` here? Those tests don't need to generate valid SPIR-V binaries, they are just for testing ops in (a realtive) isolation. We also need some negative tests to exercise parsers and verifiers. Those are good tests by they still feel like target tests.

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


More information about the Mlir-commits mailing list