NLESC-JCER / EigenCuda

Offload Eigen operations to GPUs
Apache License 2.0
17 stars 5 forks source link

Batching Small Transfers #1

Closed felipeZ closed 5 years ago

felipeZ commented 5 years ago

Due to the transfer overhead it would be better to transfer to the GPU the two matrices at the same time instead of separately.