[Mlir-commits] [mlir] [mlir][spirv] Add Arm.ExperimentalMLOperations.1 extended inst set (PR #202283)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 8 01:07:21 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-spirv

Author: Davide Grohmann (davidegrohmann)

<details>
<summary>Changes</summary>

This instruction set provides a mechanism to encode experimental ML operations in SPIR-V modules. Such instructions are encoded via the single CALL operator in the instruction set by specifying an op_code and customized inputs values.

Reference:
https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extended/Arm.ExperimentalMLOperations.asciidoc

---
Full diff: https://github.com/llvm/llvm-project/pull/202283.diff


4 Files Affected:

- (added) mlir/include/mlir/Dialect/SPIRV/IR/SPIRVExperimentalMLOps.td (+52) 
- (modified) mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td (+1) 
- (added) mlir/test/Dialect/SPIRV/IR/experimental-ml-ops.mlir (+14) 
- (added) mlir/test/Target/SPIRV/experimental-ml-ops.mlir (+25) 


``````````diff
<html><body><h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body></html>

``````````

</details>


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


More information about the Mlir-commits mailing list