ndstrides: [10] Reimplement binops, unary ops, and cmpops. #520

Open
lyken wants to merge 4 commits from ndstrides-10-ops into ndstrides-9-subassign
Collaborator

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.

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.
lyken added 4 commits 2024-08-28 14:11:27 +08:00
lyken added a new dependency 2024-08-28 14:11:36 +08:00
lyken added a new dependency 2024-08-28 14:21:39 +08:00
lyken force-pushed ndstrides-10-ops from 9bf0e2cbf4 to e86718d3d9 2024-08-30 14:59:47 +08:00 Compare
Author
Collaborator

Rebased.

Rebased.
derppening force-pushed ndstrides-10-ops from e86718d3d9 to 3bd344bd2b 2024-10-18 14:10:45 +08:00 Compare
derppening force-pushed ndstrides-10-ops from 3bd344bd2b to 92e34a96a5 2024-10-18 14:27:52 +08:00 Compare
derppening force-pushed ndstrides-10-ops from 92e34a96a5 to 438f7ad02f 2024-10-18 14:32:13 +08:00 Compare
derppening force-pushed ndstrides-10-ops from 438f7ad02f to 56cccce149 2024-10-18 15:00:28 +08:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b ndstrides-10-ops ndstrides-9-subassign
git pull origin ndstrides-10-ops

Step 2:

Merge the changes and update on Gitea.
git checkout ndstrides-9-subassign
git merge --no-ff ndstrides-10-ops
git push origin ndstrides-9-subassign
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: M-Labs/nac3#520
No description provided.