[mlir][sparse] Factoring out SparseTensorEnums library
authorwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 18 Oct 2022 01:13:05 +0000 (18:13 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 18 Oct 2022 21:20:33 +0000 (14:20 -0700)
commit181b04d276a8976e6ec60bbe178ccaf479ced655
tree3d868897fc0ebc1710edd75e52300b76e0e25b12
parentd22df0ebba3f28700248c6de8a9d302628d0d2fb
[mlir][sparse] Factoring out SparseTensorEnums library

This differential splits the SparseTensorEnums library out from the SparseTensorRuntime library. The actual moving of files will be handled in the next differential.

Depends On D135996

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D136002
mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel