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
This package is under heavy re-development. Matix multiplication is no longer implemented at the moment. It will be re-implemented in the gpuRcublas package for the CUDA backend. This package is being designed to still install when CUDA is not available using an OpenMP backend. I intend to likely make another companion package that can continue to use OpenMP for linear algebra. This package will provide the base structures and some initial operations such as BLAS 1.
Whenever I try to multiply two cuda matrices I get the error;
Error in gpu_Mat_mult(x, y) : could not find function "gpu_Mat_mult"
The text was updated successfully, but these errors were encountered: