[Mlir-commits] [mlir] 6b74591 - [mlir][sparse][bf16] disable two bf16 tests

Aart Bik llvmlistbot at llvm.org
Wed Aug 10 15:50:33 PDT 2022


Author: Aart Bik
Date: 2022-08-10T15:50:27-07:00
New Revision: 6b7459115f7b1c43f81ad8dfb5da9d206d3b1e06

URL: https://github.com/llvm/llvm-project/commit/6b7459115f7b1c43f81ad8dfb5da9d206d3b1e06
DIFF: https://github.com/llvm/llvm-project/commit/6b7459115f7b1c43f81ad8dfb5da9d206d3b1e06.diff

LOG: [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

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
    mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
index f776a3d1b8a09..fb392365c00bc 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_bf16.mlir
@@ -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  \

diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir
index f3307c510c4d4..6f6a47828d1d9 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_bf16.mlir
@@ -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  \


        


More information about the Mlir-commits mailing list