[all-commits] [llvm/llvm-project] 062f29: [mlir][sparse] Moving Enums.h into Dialect/SparseT...
wren romano via All-commits
all-commits at lists.llvm.org
Tue Oct 18 15:15:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 062f29c8d06ae91a05a962838e1c0a107fc01b9a
https://github.com/llvm/llvm-project/commit/062f29c8d06ae91a05a962838e1c0a107fc01b9a
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
A mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
R mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
M mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
M mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse] Moving Enums.h into Dialect/SparseTensor/IR
Move the SparseTensorEnums library out of the ExecutionEngine directory and into Dialect/SparseTensor/IR.
Depends On D136002
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D136005
More information about the All-commits
mailing list