llvm-project/mlir/lib/Dialect/SparseTensor
Aart Bik 06aa6ec87d [mlir][sparse] refactor handling of merger leafs and ops
Using "default:" in the switch statemements that handle all our
merger ops has become a bit cumbersome since it is easy to overlook
parts of the code that need to handle ops specifically. By enforcing
full switch statements without "default:", we get a compiler warning
when cases are overlooked.

Reviewed By: wrengr

Differential Revision: https://reviews.llvm.org/D127263
2022-06-09 11:35:54 -07:00
..
IR [mlir][sparse] Adding IsSparseTensorPred and updating ops to use it 2022-06-03 17:15:31 -07:00
Pipelines [mlir][sparse] complex lowering 2022-05-24 16:06:16 -07:00
Transforms [mlir][sparse] Add F16 and BF16. 2022-06-08 09:51:05 -07:00
Utils [mlir][sparse] refactor handling of merger leafs and ops 2022-06-09 11:35:54 -07:00
CMakeLists.txt