[all-commits] [llvm/llvm-project] 6f9573: [mlir][TOSA] Fix interpretation of --tosa-validate...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Sep 8 08:11:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f95737ed4645bf20b33f2d21c93aadd3dcaba27
      https://github.com/llvm/llvm-project/commit/6f95737ed4645bf20b33f2d21c93aadd3dcaba27
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/Transforms/Passes.td

  Log Message:
  -----------
  [mlir][TOSA] Fix interpretation of --tosa-validate='profile=undefined' (#65738)

Due to a copy-paste error in 32b7c1ff this was incorrectly mapped to
`TosaProfileEnum::MainTraining` rather than `TosaProfileEnum::Undefined`.




More information about the All-commits mailing list