[all-commits] [llvm/llvm-project] 1d4d1c: [mlir][sparse] Factoring out predicates on DimLeve...
wren romano via All-commits
all-commits at lists.llvm.org
Fri Sep 30 11:15:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d4d1c99c550bc8d8df237c8edacda41a29acbe6
https://github.com/llvm/llvm-project/commit/1d4d1c99c550bc8d8df237c8edacda41a29acbe6
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
Log Message:
-----------
[mlir][sparse] Factoring out predicates on DimLevelTypes
This way the predicates can be reused elsewhere, and can more easily be kept in sync with changes to the enum.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D134926
More information about the All-commits
mailing list