NLESC-JCER / EigenCuda

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

Pass only pointers to GEMM #5

Closed felipeZ closed 5 years ago

felipeZ commented 5 years ago

The Cublas gemm subroutine only needs the pointers to the arrays. Then passing the arrays stored in the main memory is unnecessary, instead pass the shapes of the arrays.