[Mlir-commits] [mlir] 273aefe - [mlir][sparse] enable rt path for transpose COO (#76747)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jan 2 11:57:04 PST 2024


Author: Aart Bik
Date: 2024-01-02T11:57:00-08:00
New Revision: 273aefec66cea947787f053adee25175f4168713

URL: https://github.com/llvm/llvm-project/commit/273aefec66cea947787f053adee25175f4168713
DIFF: https://github.com/llvm/llvm-project/commit/273aefec66cea947787f053adee25175f4168713.diff

LOG: [mlir][sparse] enable rt path for transpose COO (#76747)

COO has been supported for a while now on both
lib and codegen path. So enabling this test for
all paths and removing obsolete FIXME

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose_coo.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose_coo.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose_coo.mlir
index 95030fdf258bf0..dba897334830ad 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose_coo.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_transpose_coo.mlir
@@ -17,8 +17,7 @@
 // DEFINE: %{env} =
 //--------------------------------------------------------------------------------------------------
 
-// FIXME: lib path does not support all of COO yet
-// R_U_N: %{compile} | %{run} | FileCheck %s
+// RUN: %{compile} | %{run} | FileCheck %s
 //
 // Do the same run, but now with direct IR generation.
 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false


        


More information about the Mlir-commits mailing list