-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added better slice draft * added slicing at the logical level * first slice example works * from sliced to slice again * rename better_slice to strided_slice * small cleanup of edsl/base.py * first stab at pythonic/numpy-style slicing of Expressions * replaced old slice with strided slice * added slice for host fixed point at the logical layer * added boolean kernels, but still need to do the implementation on the bit array level * added rep kernels * added slice support for uint64, added few missing kernels for loading constants * more tests for slicing * add ShapeType handling in Expression.__getitem__ * added missing kernel * linting * fixed flake8 issues Co-authored-by: jvmncs <[email protected]> Co-authored-by: jvmncs <[email protected]>
- Loading branch information
1 parent
92abffb
commit 6b6b89e
Showing
19 changed files
with
892 additions
and
89 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
Oops, something went wrong.