rprechelt / Vectorize.jl

Cross-platform vectorization of Julia code using Accelerate, VML, and Yeppp!
http://vectorizejl.readthedocs.io/en/latest/
Other
19 stars 7 forks source link

replaceBase? #10

Closed rprechelt closed 8 years ago

rprechelt commented 8 years ago

We need a method/macro that would allow the user to replace certain or all Base functions with the benchmarked vectorized equivalents. Something along the lines of the @replaceBase of AppleAccelerate might work well. This would allow an entire program to be easily mapped to vectorized functions without changing the code.