[all-commits] [llvm/llvm-project] 08636d: [mlir][spirv] Add Arm.ExperimentalMLOperations.1 e...
Davide Grohmann via All-commits
all-commits at lists.llvm.org
Tue Jun 9 02:46:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08636d456502fb7404e632598e16f3698367a6f7
https://github.com/llvm/llvm-project/commit/08636d456502fb7404e632598e16f3698367a6f7
Author: Davide Grohmann <davide.grohmann at arm.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVExperimentalMLOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
A mlir/test/Dialect/SPIRV/IR/experimental-ml-ops.mlir
A mlir/test/Target/SPIRV/experimental-ml-ops.mlir
Log Message:
-----------
[mlir][spirv] Add Arm.ExperimentalMLOperations.1 extended inst set (#202283)
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
Signed-off-by: Niklas Lithammer <niklas.lithammer at arm.com>
Signed-off-by: Davide Grohmann <davide.grohmann at arm.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list