Skip to content

brunomaga/matrix-transposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Sparse Matrix Transposer

Usage

  • If rank offsets is known: MatrixTransposer<T>::Transpose(rank_end_offsets, cells, counts, displs, cell_counts, comm);
  • If rank offsets is unknown: MatrixTransposer<T>::Transpose(row_count, cells, counts, displs, cell_counts, comm);

For an example see main.cpp

About

Distributed Transposer Of Sparse Matrices With High-Cardinality Cell Structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published