Vectorize.jl icon indicating copy to clipboard operation
Vectorize.jl copied to clipboard

Cross-platform vectorization of Julia code using Accelerate, VML, and Yeppp!

Results 11 Vectorize.jl issues
Sort by recently updated
recently updated
newest added

We recently updated IntelVectorMath.jl https://github.com/JuliaMath/IntelVectorMath.jl It would be nice if this repository uses IntelVectorMath.jl instead and we consolidate these two. Then we can concentrate on improving things and adding more...

I seem to have problems installing this package, a few tries below ```julia (v1.2) pkg> add Vectorize Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... ERROR: Unsatisfiable requirements...

Corrected some errors in the docs

``` (v1.1) pkg> add https://github.com/rprechelt/Vectorize.jl.git Cloning git-repo `https://github.com/rprechelt/Vectorize.jl.git` Updating git-repo `https://github.com/rprechelt/Vectorize.jl.git` Resolving package versions... Updating `~/.julia/environments/v1.1/Project.toml` [922354f6] + Vectorize v0.1.1 #master (https://github.com/rprechelt/Vectorize.jl.git) Updating `~/.julia/environments/v1.1/Manifest.toml` [922354f6] + Vectorize v0.1.1 #master (https://github.com/rprechelt/Vectorize.jl.git)...

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

This makes the package repository dirty and prevents Pkg from ever updating it again.

Hi, I'm interested in accelerating computation of the [RBF kernel](https://en.wikipedia.org/wiki/Radial_basis_function_kernel) using this library. The function looks like this: ``` julia using Distances function rbf_kernel(X, γ) K = pairwise(SqEuclidean(), X) scale!(K,...

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...

hacktoberfest
up for grabs

I was trying to install `Vector.jl` on a Ubuntu box with a i7-5820K processor, and got a bunch of errors. See log [here](https://gist.github.com/ArchRobison/f373e122178290e31e11c74708d68a1c) for details. There's a bunch of `sysctl:...

I tried to install `Vectorize.jl` on my Mac (running MacOS El Capitan), and the build failed because MKL was missing. Shouldn't it have just omitted MKL from consideration since it...