-
-
Notifications
You must be signed in to change notification settings - Fork 893
Optimize bokeh blur convolution #1475
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
efeb1c4
Add BokehBlur benchmark
Sergio0694 d8453bc
Minor code refactoring to improve flexibility
Sergio0694 faa1ad1
Switched bokeh blur to optimized pipeline
Sergio0694 6bb300a
Specialize bokeh blur operations for 1D kernels
Sergio0694 c72a3bb
Minor code tweaks
Sergio0694 04d66a9
Restore temporary changes
Sergio0694 b2f397d
Remove unnecessary code
Sergio0694 3180ec4
Fix gamma processing out of image bounds
Sergio0694 7db1225
Fix blur processing when constrained to region
Sergio0694 50f9716
Fix NullReferenceException in KernelSamplingMap.Dispose
Sergio0694 9fca028
Remove allocation constrained test for bokeh blur
Sergio0694 2e53a44
Remove unnecessary offset indirections
Sergio0694 e4ba017
Add optimized paths for default gamma exposure
Sergio0694 cb18c58
Switch to vectorized clamping
Sergio0694 5c89d0a
Initial vectorized cube root implementation
Sergio0694 442e467
Fix vectorized cube root on x86-64 with no SSE41
Sergio0694 c38fc81
Minor codegen tweaks
Sergio0694 0d27e04
Add discontigous buffers and intrinsics tests
JimBobSquarePants 8ab5e6f
Fix feature test runner
JimBobSquarePants c52112c
Switch to explicit SSE Newton approximations
Sergio0694 9142e72
Add FMA support, more SSE optimizations
Sergio0694 a8cae3f
Add more codegen improvements
Sergio0694 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.