JuliaMath / IntelVectorMath.jl

Julia bindings for the Intel Vector Math Library
Other
73 stars 18 forks source link

More comprehensive benchmark #25

Closed aminya closed 4 years ago

aminya commented 4 years ago

Work is in progress in https://github.com/aminya/AcuteBenchmark.jl

Crown421 commented 4 years ago

This might be relevant here: https://discourse.julialang.org/t/repeated-benchmark-causes-ram-creep/31533/5

aminya commented 4 years ago

That is strange, I didn't have any issues. I have 8GB of RAM on Windows 10.

Crown421 commented 4 years ago

How many have you been running in a given session?

aminya commented 4 years ago

In https://github.com/juliamatlab/Julia-Matlab-Benchmark I used 17 functions 23 sizes running each 4 times!

aminya commented 4 years ago

AcuteBenchmark is almost ready. https://github.com/aminya/AcuteBenchmark.jl

I will change to that for VML.jl some time this week

Crown421 commented 4 years ago

What we should also do is test this against Yeppp and AppleAccelerate. From my personal experience VML is superior to both, but it would be nice to quantify that.