[mlir][sparse] Renaming mlir_sparse_tensor_utils library to SparseTensorRuntime
authorwren romano <2998727+wrengr@users.noreply.github.com>
Mon, 10 Oct 2022 20:41:58 +0000 (13:41 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 11 Oct 2022 22:00:11 +0000 (15:00 -0700)
commit62066929310fc95bea1bacf8ec26acbb4f216d4c
tree337fdca8445c2e202a0d910550becd0fc4618d35
parent60e4af7ab8e64cec3c55e927a72cb06de0bb0c79
[mlir][sparse] Renaming mlir_sparse_tensor_utils library to SparseTensorRuntime

The "mlir_xxx_utils" naming scheme is reserved/intended for shared libraries, whereas this library must be static due to issues of linking DLLs on Windows.  So we rename the library to avoid any potential confusion.   In addition we also rename the ExecutionEngine/SparseTensorUtils.{h,cpp} files to match the new library name.

Reviewed By: aartbik, stella.stamenova

Differential Revision: https://reviews.llvm.org/D135613
mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h [moved from mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h with 97% similarity]
mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp [moved from mlir/lib/ExecutionEngine/SparseTensorUtils.cpp with 99% similarity]
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel