-
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.
Ufuncs, reduce, outer, accumulate: view attribute initializer, genera…
…lized functors, more useful specialized utils functions (#269) * add missing include for cuda context * add unary_ufunc, binary_ufunc, broadcast_binary_ufunc view entrypoint * add unary_ufunc, binary_ufunc, and broadcast_binary_ufunc functors * add accumulate functor * add outer functor * add reduce functor * simplify various ufunc functors * add accumulate view attribute initializer * add outer view attribute initializer * add reduce view attribute initializer * add ufunc view attribute initializer * refactor various ufunc, reduce, outer, accumulate views * refactor various utils for easier specialization * add functor isequal specialization * update tests * try to fix build * fix tests * fix adaptivecpp installs scripts * fix sycl dockerfile deps installation * fix simd ufunc specialization * fix simd ufunc specialization * fix sycl dockerfile deps installation * fix build * fix build * fix build
- Loading branch information
Showing
256 changed files
with
6,189 additions
and
3,335 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
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
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.