-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize single axis simd reduction to handle ndarray (#256)
* update simd reduction evaluator to handle ndarray * update simd reduction indexing to handle ndarray * make macro NMTOOLS_CHECK_MESSAGE override-able * add avx & sse simd reduction tests for ndarray * add gcc vector extension reduction tests for ndarray * add simde avx512 reduction tests for ndarray * skip mulltiply.reduce tests
- Loading branch information
Showing
13 changed files
with
19,591 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.