What has happened to commented functions
Opened this issue · 3 comments
aminya commented
In #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
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
Do we have a list of all working functions in IntelVectorMath?
Crown421 commented
Do you mean a list of functions that are currently working in IVM?
Or a list of functions that are available via VML?