vincent-maillou / qttools

Quantum Transport Algorithms Toolbox
GNU General Public License v3.0
5 stars 1 forks source link

DSBSparse: Slow element-wise access #43

Closed vetschn closed 2 weeks ago

vetschn commented 1 month ago

The current way of doing element-wise access of matrix elements can have some serious impact on performance, especially on GPU. It launches a gazillion of tiny, useless kernels.