Skip to content

Commit 273aefe

Browse files
authored
[mlir][sparse] enable rt path for transpose COO (llvm#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
1 parent e775ba3 commit 273aefe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
// DEFINE: %{env} =
1818
//--------------------------------------------------------------------------------------------------
1919

20-
// FIXME: lib path does not support all of COO yet
21-
// R_U_N: %{compile} | %{run} | FileCheck %s
20+
// RUN: %{compile} | %{run} | FileCheck %s
2221
//
2322
// Do the same run, but now with direct IR generation.
2423
// REDEFINE: %{sparsifier_opts} = enable-runtime-library=false

0 commit comments

Comments
 (0)