[all-commits] [llvm/llvm-project] ee3ee1: [mlir][sparse] cleanup of enums header (#71090)
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Nov 2 13:00:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee3ee1315a757345dfc50eed34b5074c6e87df2d
https://github.com/llvm/llvm-project/commit/ee3ee1315a757345dfc50eed34b5074c6e87df2d
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensor.h
M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
Log Message:
-----------
[mlir][sparse] cleanup of enums header (#71090)
Some DLT related methods leaked into sparse_tensor.h, and this moves it
back to the right header. Also, the asserts were incomplete and some DLT
methods duplicated.
More information about the All-commits
mailing list