You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No problem, in this case it was an easy fix that you pointed out. Please let me know if you encounter any other issues. Glad the package is useful to you.
I think I've discovered a critical bug in the GEMV implementation in gpuR version 2.0.0.
Example: multiply 3x2 matrix 'x' by a vector of length 2 'y':
The result 'z' is of length length(y), rather than nrow(x).
If I change the dimensions of the data structures such that 'x' is 3x2 and 'y' is length 3:
Again, the result is of length(y), not nrow(x).
Cheers,
Chris
System spec
R version 3.4.1
gpuR version 2.0.0 (CRAN)
CentOS 7.5
CUDA 9.0 with NVIDIA Quadro GP100 card.
The text was updated successfully, but these errors were encountered: