[all-commits] [llvm/llvm-project] 640973: [tosa] Lower tosa.slice to tensor.slice for dynami...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Wed Jun 15 10:01:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 640973f2b99b9b9eb85be096626fd0a7fc7d1dfe
https://github.com/llvm/llvm-project/commit/640973f2b99b9b9eb85be096626fd0a7fc7d1dfe
Author: Rob Suderman <suderman at google.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M mlir/lib/Conversion/TosaToTensor/TosaToTensor.cpp
M mlir/lib/Conversion/TosaToTensor/TosaToTensorPass.cpp
M mlir/test/Conversion/TosaToTensor/tosa-to-tensor.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[tosa] Lower tosa.slice to tensor.slice for dynamic case
Existing slice lowering only supporting static shapes.
Reviewed By: NatashaKnk
Differential Revision: https://reviews.llvm.org/D127704
More information about the All-commits
mailing list