NLESC-JCER / EigenCuda

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

Synchronize stream when copying the matrix back #22

Closed felipeZ closed 4 years ago

felipeZ commented 4 years ago

Currently, when copying back the matrix From the GPU to the main memory the stream is not synchronized and it could generate invalid results