-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add test cases for reduce * Support reduce operator This adds support for the reduce operator, which performsing folding over binary functions. * Support intrinsics This adds support for intrinsics which are needed for reductions (amongst other things). Specifically, they are required for reductions which operate over built-in operators, such as "+", "-", etc. At this stage, only a few intrinsics have been added and I'm anticipating that more will be required at some point.
- Loading branch information
1 parent
977366d
commit 572dff1
Showing
34 changed files
with
616 additions
and
150 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
Oops, something went wrong.