Skip to content

calder/dot-bench

Repository files navigation

Dot Product Benchmarks

Usage:

make naive-4k-cc && ./a.out
make algebraic-4k-rs && ./a.out
make naive-cc && ./a.out
make algebraic-rs && ./a.out
make fast-rs && ./a.out
make naive-rs && ./a.out
make mul-add-rs && ./a.out
make map-rs && ./a.out
make fold-rs && ./a.out

Inspect assembly:

make naive-cc && make profile
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published