[all-commits] [llvm/llvm-project] 498121: [mlir][tosa] Allow unranked indices argument for g...
Luke Hutton via All-commits
all-commits at lists.llvm.org
Thu May 22 09:01:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 498121e00454fc306f345b7854cf96cb7282374b
https://github.com/llvm/llvm-project/commit/498121e00454fc306f345b7854cf96cb7282374b
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[mlir][tosa] Allow unranked indices argument for gather/scatter (#140618)
This commit allows the indices argument for gather and scatter to be
unranked. This can be computed during shape inference.
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