emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

TSQR stages do not work while P is not a power of 2. #31

Open emfomy opened 7 years ago

emfomy commented 7 years ago

TSQR stages require the number of processors (P) to be a power of 2. When P is not a power of 2, the tree is unbalanced.