-
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.
Merge branch 'master' into correlate
- Loading branch information
Showing
73 changed files
with
8,578 additions
and
1,472 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '8.0.0b3' | ||
__version__ = '8.0.0b4' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from cupy.core._carray cimport shape_t | ||
from cupy.core.core cimport ndarray | ||
|
||
|
||
cdef bint _try_to_call_cub_reduction( | ||
self, list in_args, list out_args, const shape_t& a_shape, | ||
stream, optimize_context, tuple key, | ||
map_expr, reduce_expr, post_map_expr, reduce_type, type_map, | ||
tuple reduce_axis, tuple out_axis, const shape_t& out_shape, | ||
ndarray ret) |
Oops, something went wrong.