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

dot (outer product) + reduce fusion operation #27

Open
rjpower opened this issue Feb 7, 2014 · 0 comments
Open

dot (outer product) + reduce fusion operation #27

rjpower opened this issue Feb 7, 2014 · 0 comments

Comments

@rjpower
Copy link
Contributor

rjpower commented Feb 7, 2014

This depends on #18; we should have an optimization which fuses dot product with a reduction; this will allow us to write applications like k-means in a natural way:

closest = argmin(dot(pts, clusters) - sum(clusters**2, axis=1))
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

1 participant