JuliaMath / IntelVectorMath.jl

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

Add tests coverage for mutating function and standalone MKL #26

Closed Crown421 closed 4 years ago

Crown421 commented 4 years ago

The CI testing of this package is currently not covering

Crown421 commented 4 years ago

https://github.com/JuliaMath/VML.jl/pull/31 add testing for standalone MKL. Further, adds scheduled testing on Julia nightly.

Crown421 commented 4 years ago

Mutating functions are being tested now, and standalone MKL is no longer necessary.

Done.