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

Multi-dimensional test suite #14

Open rprechelt opened 7 years ago

rprechelt commented 7 years ago

With the new preliminary support for multi-dimensional arrays added recently, extending the current 1D test-suite to also use 2D/3D arrays (and verify that dimensionality is preserved) is a required next step.

Up for grabs!