benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Matmul with D-style dot_product

Open leonardo-m opened this issue 8 years ago • 2 comments

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

leonardo-m avatar Jun 14 '17 21:06 leonardo-m

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

kostya avatar Aug 23 '17 14:08 kostya

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?

leonardo-m avatar Aug 23 '17 15:08 leonardo-m