Skip to content
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

Add simd support for binary ufuncs #236

Merged
merged 22 commits into from
Jul 26, 2023
Merged

Conversation

alifahrri
Copy link
Owner

No description provided.

@alifahrri
Copy link
Owner Author

x86 simd: binary ufuncs

@codecov
Copy link

codecov bot commented Jul 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b9416c7) 94.04% compared to head (b65c4d8) 94.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #236   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files         964      964           
  Lines       24695    24698    +3     
=======================================
+ Hits        23225    23228    +3     
  Misses       1470     1470           
Files Changed Coverage Δ
include/nmtools/array/array/ufuncs/add.hpp 100.00% <ø> (ø)
include/nmtools/array/array/ufuncs/divide.hpp 100.00% <ø> (ø)
include/nmtools/array/array/ufuncs/multiply.hpp 100.00% <ø> (ø)
include/nmtools/array/array/ufuncs/subtract.hpp 100.00% <ø> (ø)
include/nmtools/array/functional/functor.hpp 100.00% <ø> (ø)
include/nmtools/array/functional/ufuncs/add.hpp 100.00% <ø> (ø)
include/nmtools/array/view/ufunc/ufunc.hpp 100.00% <ø> (ø)
include/nmtools/array/view/ufunc/outer.hpp 100.00% <100.00%> (ø)
include/nmtools/array/view/ufuncs/add.hpp 100.00% <100.00%> (ø)
include/nmtools/array/view/ufuncs/multiply.hpp 100.00% <100.00%> (ø)
... and 1 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alifahrri alifahrri merged commit d807bc4 into master Jul 26, 2023
61 of 62 checks passed
@alifahrri alifahrri deleted the add-binary-ufuncs-simd-support branch July 26, 2023 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant