MLIR 22.0.0git
SparsificationAndBufferizationPass.cpp File Reference

Go to the source code of this file.

Classes

class  mlir::impl::SparsificationAndBufferizationBase< DerivedT >
class  mlir::sparse_tensor::SparsificationAndBufferizationPass
 A pass that lowers tensor ops to memref ops, regardless of whether they are dense or sparse. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.
namespace  mlir::sparse_tensor

Macros

#define GEN_PASS_DEF_SPARSIFICATIONANDBUFFERIZATION

Functions

static bool mlir::sparse_tensor::containsSparseTensor (TypeRange types)
 Return true if one of the given types is a sparse tensor type.

Macro Definition Documentation

◆ GEN_PASS_DEF_SPARSIFICATIONANDBUFFERIZATION

#define GEN_PASS_DEF_SPARSIFICATIONANDBUFFERIZATION

Definition at line 33 of file SparsificationAndBufferizationPass.cpp.