ndstrides: [8] implement np_transpose()
(with no axes argument) #518
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Blocks
Depends on
Reference: M-Labs/nac3#518
Loading…
Reference in New Issue
No description provided.
Delete Branch "ndstrides-8-transpose"
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?
Reimplemented
np_transpose()
.np_transpose
can now transpose an ndarray without making a copy of the data.The logic for handling arbitrary
<axes>
is implemented in IRRT, but not in the typechecker and code generator yet. I am not sure how to implement optional arguments.7a7a67b522
tob9e837109b
Rebased.
b9e837109b
to020b776889
020b776889
to45c6cbeb83
45c6cbeb83
to7308f49303
7308f49303
to3ded0e8cc9
3ded0e8cc9
to052b67c8e9
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.