Skip to content

Commit

Permalink
[mlir][sparse][bf16] disable two bf16 tests
Browse files Browse the repository at this point in the history
Supposedly our ABI issues were fixed, per issue:
#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:
#57042

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

(cherry picked from commit 6b74591)
  • Loading branch information
aartbik authored and tru committed Aug 12, 2022
1 parent 54d0758 commit f85dc17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// FIXME: see #57042
// UNSUPPORTED: i386, x86_64

// RUN: mlir-opt %s --sparse-compiler | \
// RUN: mlir-cpu-runner \
// RUN: -e entry -entry-point-result=void \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// FIXME: see #57042
// UNSUPPORTED: i386, x86_64

// RUN: mlir-opt %s --sparse-compiler | \
// RUN: mlir-cpu-runner \
// RUN: -e entry -entry-point-result=void \
Expand Down

0 comments on commit f85dc17

Please sign in to comment.