Files
clang-p2996/mlir/lib/Dialect/SparseTensor/CMakeLists.txt
Gus Smith 744146f60b [MLIR][Sparse] Refactor lattice code into its own file
Moves iteration lattice/merger code into new SparseTensor/Utils directory. A follow-up CL will add lattice/merger unit tests.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D104757
2021-06-24 23:03:44 +00:00

4 lines
74 B
CMake

add_subdirectory(IR)
add_subdirectory(Transforms)
add_subdirectory(Utils)