llvm-project/mlir/lib/Dialect/SparseTensor/Transforms
Kazu Hirata 70c73d1b72 [mlir] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 17:23:50 -08:00
..
BufferizableOpInterfaceImpl.cpp [mlir][sparse] fix bufferizableOpInterface for InsertOp 2022-10-24 16:45:21 +00:00
CMakeLists.txt [mlir][bufferization] Make `TensorCopyInsertionPass` a test pass 2022-12-02 15:38:02 +01:00
CodegenUtils.cpp [mlir][sparse] support affine expression on sparse dimensions (codegen implementation) 2022-11-23 00:04:55 +00:00
CodegenUtils.h [mlir][sparse] make resolve cycle works with affine expressions. 2022-11-23 00:09:33 +00:00
SparseBufferRewriting.cpp Merge kDynamicSize and kDynamicSentinel into one constant. 2022-11-21 13:01:26 +00:00
SparseTensorCodegen.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
SparseTensorConversion.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
SparseTensorPasses.cpp [mlir][sparse] introduce vectorization pass for sparse loops 2022-11-21 16:12:12 -08:00
SparseTensorRewriting.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
SparseVectorization.cpp [mlir][sparse][vectorization] implement "index" vectorization 2022-11-30 11:40:05 -08:00
Sparsification.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
SparsificationAndBufferizationPass.cpp [mlir][sparse][bufferization] cleanup bufferization attributes after SparsificationAndBufferizationPass 2022-12-02 23:03:54 +00:00