[all-commits] [llvm/llvm-project] 1f58ae: [mlir][sparse] Making `TensorExp::Kind` a nested e...
wren romano via All-commits
all-commits at lists.llvm.org
Mon Mar 20 16:12:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f58ae80661b7c9738ca5cff08ff8246ddecf987
https://github.com/llvm/llvm-project/commit/1f58ae80661b7c9738ca5cff08ff8246ddecf987
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
M mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
M mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
Log Message:
-----------
[mlir][sparse] Making `TensorExp::Kind` a nested enum-class
This improves namespacing, and follows the pattern used for "Kind" enums elsewhere in MLIR.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D146086
More information about the All-commits
mailing list