DLA-Future icon indicating copy to clipboard operation
DLA-Future copied to clipboard

Investigate alternative partitioning in tridiagonal solver

Open msimberg opened this issue 3 years ago • 0 comments

https://github.com/eth-cscs/DLA-Future/blob/6ac429e39214190ea9661bbc0877990023092160/src/eigensolver/tridiag_solver/kernels.cu#L638-L643 could potentially be done using a copy and then in-place partition instead. Investigate if it's faster than the current method.

This is low priority unless we find evidence that this kernel is a bottleneck.

msimberg avatar Jan 27 '23 16:01 msimberg