-
-
Notifications
You must be signed in to change notification settings - Fork 890
Speed improvements to resize convolution (no vpermps w/ FMA) #2793
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 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
cd1b77a
Reimplement @Sergio0694 work.
JimBobSquarePants 36fefc6
Add Vector512 support
JimBobSquarePants 4728b97
Use dedicated property
JimBobSquarePants 8c19a97
Update ResizeKernelMap.cs
JimBobSquarePants 7840665
Don't use FMA for 512
JimBobSquarePants 58f6afb
Update src/ImageSharp/Processing/Processors/Transforms/Resize/ResizeK…
JimBobSquarePants 0594035
Update src/ImageSharp/Common/Helpers/Numerics.cs
JimBobSquarePants e60dd07
Merge branch 'main' into js/resize-map-optimizations
JimBobSquarePants 72813ee
use Avx512F.FusedMultiplyAdd
JimBobSquarePants 6e84a34
Merge branch 'main' into js/resize-map-optimizations
JimBobSquarePants 639ce69
Merge branch 'main' into js/resize-map-optimizations
JimBobSquarePants 5fa4c13
Merge branch 'main' into js/resize-map-optimizations
JimBobSquarePants a3d605d
Fix API changes following merge
JimBobSquarePants a412805
Merge branch 'main' into js/resize-map-optimizations
JimBobSquarePants cba0fee
Update shared-infrastructure
JimBobSquarePants 6fd20f5
Fix precision loss.
JimBobSquarePants 1e87e4e
Implement CodeQL feedback
JimBobSquarePants a96c78d
Don't use Vector512 (SLOW)
JimBobSquarePants 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
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
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
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
Oops, something went wrong.
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.