Skip to content

Commit 86d5d34

Browse files
committed
[mlir][sparse] renable f16 tests
Sparse library ABI issues are fixed. #55992 Reviewed By: bkramer Differential Revision: https://reviews.llvm.org/D128086
1 parent fb8ecca commit 86d5d34

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// FIXME: The runtime needs support for _Float16 on X86, see PR55992
2-
// UNSUPPORTED: i386, x86_64
31
// RUN: mlir-opt %s --sparse-compiler | \
42
// RUN: mlir-cpu-runner \
53
// RUN: -e entry -entry-point-result=void \

Diff for: mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_f16.mlir

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// FIXME: The runtime needs support for _Float16 on X86, see PR55992
2-
// UNSUPPORTED: i386, x86_64
31
// RUN: mlir-opt %s --sparse-compiler | \
42
// RUN: mlir-cpu-runner \
53
// RUN: -e entry -entry-point-result=void \

0 commit comments

Comments
 (0)