-
Notifications
You must be signed in to change notification settings - Fork 67
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
Simple vmap throws error #57
Comments
I had to do the following to get it to work (v1.3) pkg> add VectorizationBase@0.2.5
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
Updating `~/.julia/environments/v1.3/Project.toml`
[3d5dd08c] + VectorizationBase v0.2.5
Updating `~/.julia/environments/v1.3/Manifest.toml`
[21efa798] ↓ SIMDPirates v0.3.15 ⇒ v0.3.9
[3d5dd08c] ↓ VectorizationBase v0.3.1 ⇒ v0.2.5 |
Hi, thanks for the report. I'll release a new version of LoopVectorization soon. I'm rerunning benchmarks now. Once those finished, assuming I don't see any regressions, I'll tag new versions (one after the other) of SIMDPirates, SLEEFPirates, and then LoopVectorization with updated compat bounds and Manifest files. |
I was using relatively open bounds because of the following issue: But please let me know if you run into any more issues. |
vmap!
has suddenly stopped working for meOn PkgEval (julia 1.5), the error is also there but different
https://github.com/JuliaCI/NanosoldierReports/blob/7e2afe28cfedbd45fcaec2baf2343ca04ce64a5b/pkgeval/by_date/2020-02/20/logs/LowLevelParticleFilters/1.5.0-DEV-6a9a92683d.log#L222
The text was updated successfully, but these errors were encountered: