-
Notifications
You must be signed in to change notification settings - Fork 18
Faster NaN checks #34
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
Conversation
0063e9d to
48c5380
Compare
48c5380 to
eff6232
Compare
Pull Request Test Coverage Report for Build 5032237326Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
|
Hm, probably worth having a larger n evaluation benchmark. Doesn’t seem to be noticeable at the current size |
- `muladd` will choose the most efficient implementation See https://docs.julialang.org/en/v1/base/math/#Base.muladd
|
Maybe I should create a case-switch over array size, and get the optimal unroll length accordingly. |
9f47033 to
82beba4
Compare
|
Seem to get LoopVectorization.jl segfaults on Windows. Should probably disable it there. |
339a0ba to
ef92d02
Compare
ef92d02 to
643e7fd
Compare
|
Closing as LoopVectorization is deprecated. |
Pull Request Test Coverage Report for Build 4966478869Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Thanks to @mikmoore (https://discourse.julialang.org/t/fastest-way-to-check-for-inf-or-nan-in-an-array/76954/33?u=milescranmer)