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

Matmul with D-style dot_product #134

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leonardo-m
Copy link
Contributor

A new matmul that uses a dot_product function that's inspired by the D
language library function.

For me the best compiler switches for this program are:
-C opt-level=3 -C target-cpu=native

A new matmul that uses a dot_product function that's inspired by the D
language library function.

For me the best compiler switches for this program are:
-C opt-level=3 -C target-cpu=native
@kostya
Copy link
Owner

kostya commented Aug 23, 2017

this is quite low level, i avoid such implementations, and try to implement all things with stdlibs or standard language constructs.

@leonardo-m
Copy link
Contributor Author

This is how the D standard library does it:
https://github.com/dlang/phobos/blob/master/std/numeric.d#L1715

Do you suggest me to close down this issue?

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

Successfully merging this pull request may close these issues.

None yet

2 participants