-
-
Notifications
You must be signed in to change notification settings - Fork 889
Add check for Avx2 in ResizeKernel #1548
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
|
|
||
| FeatureTestRunner.RunWithHwIntrinsicsFeature( | ||
| RunTest, | ||
| HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX2 | HwIntrinsics.DisableFMA); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely! ❤️
Codecov Report
@@ Coverage Diff @@
## master #1548 +/- ##
==========================================
+ Coverage 70.59% 70.62% +0.02%
==========================================
Files 742 742
Lines 32830 32830
Branches 3667 3667
==========================================
+ Hits 23177 23186 +9
+ Misses 8938 8930 -8
+ Partials 715 714 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Wow guys, that was fast! |
|
Open source bebe! |
Add check for Avx2 in ResizeKernel
Prerequisites
Description
Adds a check for Avx2 in ResizeKernel, fix for #1546