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

Element-wise Matrix Multiplication #1

Open
nmerrill67 opened this issue Sep 13, 2017 · 1 comment
Open

Element-wise Matrix Multiplication #1

nmerrill67 opened this issue Sep 13, 2017 · 1 comment

Comments

@nmerrill67
Copy link

Everywhere you use the * operator, it is performing an element-wise matrix multiplication, not an actual matrix multiplication.

@nmerrill67
Copy link
Author

If anyone wants the GPU version, I have a working GPU version for python and C/C++ here. Additionally, I contributed a pycuda.GPUArray version to skcuda, under skcuda.linalg.PCA.

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

1 participant