Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in gpu_Mat_mult(x, y) : could not find function "gpu_Mat_mult" #5

Open
Kirkius opened this issue Jan 12, 2018 · 1 comment
Open

Comments

@Kirkius
Copy link

Kirkius commented Jan 12, 2018

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"

@cdeterman
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants