[all-commits] [llvm/llvm-project] 6375a8: [mlir][tosa] Fix indexing in TosaToTensor (#140906)

Shay Kleiman via All-commits all-commits at lists.llvm.org
Thu May 22 07:08:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6375a8508e836a49ffcee306b57166a39a950afe
      https://github.com/llvm/llvm-project/commit/6375a8508e836a49ffcee306b57166a39a950afe
  Author: Shay Kleiman <42376404+shay-kl at users.noreply.github.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M mlir/lib/Conversion/TosaToTensor/TosaToTensor.cpp
    M mlir/test/Conversion/TosaToTensor/tosa-to-tensor.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix indexing in TosaToTensor (#140906)

Changed the indexing used in the extractOp from one that is intended for
0d tensors to one that is intended for 1d tensors.

---------

Co-authored-by: Shay Kleiman <shay.kleiman at mobileye.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