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

Generalise dot() for higher dimensions (like numpy.dot) #152

Open
kyunghoon opened this issue Mar 21, 2019 · 2 comments
Open

Generalise dot() for higher dimensions (like numpy.dot) #152

kyunghoon opened this issue Mar 21, 2019 · 2 comments

Comments

@kyunghoon
Copy link

i don't seem to see an optimized api call for this, does it exist?

@mateogianolio
Copy link
Owner

That is correct, good feature request. You mean optimized with GEMV? You could also do Matrix Vector multiplication with GEMM (Matrix.multiply)

@mateogianolio mateogianolio changed the title Matrix Vector multiplication? Matrix: Vector multiplication Apr 5, 2019
@mateogianolio
Copy link
Owner

@mateogianolio mateogianolio changed the title Matrix: Vector multiplication Generalise dot() for higher dimensions (like numpy.dot) Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants