[all-commits] [llvm/llvm-project] 6b7459: [mlir][sparse][bf16] disable two bf16 tests

Aart Bik via All-commits all-commits at lists.llvm.org
Wed Aug 10 15:50:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b7459115f7b1c43f81ad8dfb5da9d206d3b1e06
      https://github.com/llvm/llvm-project/commit/6b7459115f7b1c43f81ad8dfb5da9d206d3b1e06
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
    M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir

  Log Message:
  -----------
  [mlir][sparse][bf16] disable two bf16 tests

Supposedly our ABI issues were fixed, per issue:
https://github.com/llvm/llvm-project/issues/55992

However, with a recent changes to bf16, these tests
fail again; not sure why yet:
https://reviews.llvm.org/D130832
https://lab.llvm.org/buildbot/#/builders/61/builds/30600

So we disable the tests for now. Issue is tracked in:
https://github.com/llvm/llvm-project/issues/57042

Differential Revision: https://reviews.llvm.org/D131621




More information about the All-commits mailing list