Skip to content

Matmul with D-style dot_product#134

Open
leonardo-m wants to merge 3 commits intokostya:masterfrom
leonardo-m:master
Open

Matmul with D-style dot_product#134
leonardo-m wants to merge 3 commits intokostya:masterfrom
leonardo-m:master

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.

2 participants