ndstrides: [10] Reimplement binops, unary ops, and cmpops. #520
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Blocks
Depends on
Reference: M-Labs/nac3#520
Loading…
Reference in New Issue
No description provided.
Delete Branch "ndstrides-10-ops"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the current implementations of binops, unary ops, and cmpops to use the new ndarray definition.
The commit "core/ndstrides: add NDArrayOut, broadcast_map and map" adds the necessary utilities to things like
np_array([2.0, 1.0]) + 1.0
with a convenient programming interface.9bf0e2cbf4
toe86718d3d9
Rebased.
e86718d3d9
to3bd344bd2b
3bd344bd2b
to92e34a96a5
92e34a96a5
to438f7ad02f
438f7ad02f
to56cccce149
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.