Open Kirkius opened 6 years ago
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"