[all-commits] [llvm/llvm-project] 7cfac1: [mlir][sparse] add boilterplate code for a new rei...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Oct 26 17:57:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cfac1bedd5059c1e2b6958c70c38d220d813b4d
https://github.com/llvm/llvm-project/commit/7cfac1bedd5059c1e2b6958c70c38d220d813b4d
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
A mlir/lib/Dialect/SparseTensor/Transforms/SparseReinterpretMap.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
A mlir/test/Dialect/SparseTensor/sparse_reinterpret_map.mlir
Log Message:
-----------
[mlir][sparse] add boilterplate code for a new reintepret map pass (#70393)
The interesting stuff is of course still coming ;-)
More information about the All-commits
mailing list