[Mlir-commits] [mlir] 86d5d34 - [mlir][sparse] renable f16 tests

Aart Bik llvmlistbot at llvm.org
Fri Jun 17 12:48:33 PDT 2022


Author: Aart Bik
Date: 2022-06-17T12:48:24-07:00
New Revision: 86d5d34c72233f75165bc328d8c45979979d126a

URL: https://github.com/llvm/llvm-project/commit/86d5d34c72233f75165bc328d8c45979979d126a
DIFF: https://github.com/llvm/llvm-project/commit/86d5d34c72233f75165bc328d8c45979979d126a.diff

LOG: [mlir][sparse] renable f16 tests

Sparse library ABI issues are fixed.

https://github.com/llvm/llvm-project/issues/55992

Reviewed By: bkramer

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

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir
    mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_f16.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir
index 9fd8701ca701e..ec15477bb5800 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/dense_output_f16.mlir
@@ -1,5 +1,3 @@
-// FIXME: The runtime needs support for _Float16 on X86, see PR55992
-// 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_f16.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_f16.mlir
index 3ab7d6d7e657f..085f28769072f 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_f16.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_f16.mlir
@@ -1,5 +1,3 @@
-// FIXME: The runtime needs support for _Float16 on X86, see PR55992
-// 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