Skip to main content

Module sparse_tensor

Module sparse_tensor 

Source
Expand description

Sparse tensor passes.

Functionsยง

create_lower_foreach_to_scf
Creates a LowerForeachToSCF pass.
create_lower_sparse_ops_to_foreach
Creates a LowerSparseOpsToForeach pass.
create_pre_sparsification_rewrite
Creates a PreSparsificationRewrite pass.
create_sparse_buffer_rewrite
Creates a SparseBufferRewrite pass.
create_sparse_gpu_codegen
Creates a SparseGPUCodegen pass.
create_sparse_reinterpret_map
Creates a SparseReinterpretMap pass.
create_sparse_tensor_codegen
Creates a SparseTensorCodegen pass.
create_sparse_tensor_conversion_pass
Creates a SparseTensorConversionPass pass.
create_sparse_vectorization
Creates a SparseVectorization pass.
create_sparsification_and_bufferization
Creates a SparsificationAndBufferization pass.
create_sparsification_pass
Creates a SparsificationPass pass.
create_stage_sparse_operations
Creates a StageSparseOperations pass.
create_storage_specifier_to_llvm
Creates a StorageSpecifierToLLVM pass.
register_lower_foreach_to_scf
Registers a LowerForeachToSCF pass.
register_lower_sparse_ops_to_foreach
Registers a LowerSparseOpsToForeach pass.
register_pre_sparsification_rewrite
Registers a PreSparsificationRewrite pass.
register_sparse_buffer_rewrite
Registers a SparseBufferRewrite pass.
register_sparse_gpu_codegen
Registers a SparseGPUCodegen pass.
register_sparse_reinterpret_map
Registers a SparseReinterpretMap pass.
register_sparse_tensor_codegen
Registers a SparseTensorCodegen pass.
register_sparse_tensor_conversion_pass
Registers a SparseTensorConversionPass pass.
register_sparse_vectorization
Registers a SparseVectorization pass.
register_sparsification_and_bufferization
Registers a SparsificationAndBufferization pass.
register_sparsification_pass
Registers a SparsificationPass pass.
register_stage_sparse_operations
Registers a StageSparseOperations pass.
register_storage_specifier_to_llvm
Registers a StorageSpecifierToLLVM pass.