-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The PR adds support for custom strides to `dace.ndarray.` The support DOES NOT extend to `numpy.ndarray` and `cupy.ndarray.` Furthermore, the stride unit is number of elements, in contrast to NumPy/CuPy, where it is number of bytes. --------- Co-authored-by: Tal Ben-Nun <[email protected]>
- Loading branch information
1 parent
c92ecc5
commit 5189760
Showing
2 changed files
with
67 additions
and
2 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