-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separating/Moving the vectorized functions #59
Comments
The file |
FWIW, I experimented a little bit with a different design (but with the same end goal as SIMD.jl) in https://github.com/KristofferC/SIMDIntrinsics.jl. My idea was to have one file where a mapping from LLVM intrinsics on |
@KristofferC That also sounds like a good idea. |
My idea is to write vectorized functions libraries similar to VML.jl in Julia. So I thought separating things can help this. |
I don't think it will really help, at least not in any meaningful way. Best to just start working instead. |
Doesn't seem like there is anything concrete to do here. |
But I think #63 is a good move regarding this issue. Thank you for making that PR! |
Is it possible to move the vectorized functions that this package provides to a separate file or repository?
Now the vectorized library is mixed with other features that this package introduces (which are different things), and SIMD.jl has 2000 lines of code, which makes it hard for new developers to contribute.
It will help to add more functions to the library (and to hopefully merge it to Julia as a standard library later).
Personally, I am interested to contribute to this package by adding more functions.
The text was updated successfully, but these errors were encountered: