ndstrides: [11] Implement general matmul & np_dot()
#521
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Reference: M-Labs/nac3#521
Loading…
Reference in New Issue
No description provided.
Delete Branch "ndstrides-11-matmul"
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?
np_dot
. There is no improvement on the types of ndarraysnp_dot
can handle. It is still limited to 1D 'dot' 1D and scalar 'dot' scalar.Other notes
On matmul's signature: Is the typechecker type correct? I have also encountered the same issue like
np_size()
when theother_ty
ofimpl_matmul
is simply set to[ndarray_unsized_t]
-primitives.ndarray
'sdtype
andndims
are substituted permanently. See commit "core/ndstrides: implement general matmul".ndstrides: [11] Implement general matmulto ndstrides: [11] Implement general matmul & `np_dot()`75b2e80418
to4baf1c64ed
Rebased.
4baf1c64ed
toe7aa2688e6
e7aa2688e6
to7a3e34eb7a
7a3e34eb7a
to693b7f3774
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.