JuliaMath / IntelVectorMath.jl

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

What has happened to commented functions #21

Open aminya opened 4 years ago

aminya commented 4 years ago

In https://github.com/JuliaMath/VML.jl/pull/17, there are some functions that are commented in test/common

https://github.com/Crown421/VML.jl/blob/1a5450cd613f1c1da331789c2f386c0247d94614/test/common.jl#L40

Crown421 commented 4 years ago

There are some comments in older somewhere in this repo that indicate that these functions became slower than base julia as the latter matured. Maybe once your benchmarking solution is finished, we can run a comprehensive test and see which function actually provide a meaningful benefit and remove everything that doesn't.

aminya commented 4 years ago

Do we have a list of all working functions in IntelVectorMath?

Crown421 commented 4 years ago

Do you mean a list of functions that are currently working in IVM? Or a list of functions that are available via VML?