ndstrides: [11] Implement general matmul & np_dot()
#521
2 Participants
Notifications
Due Date
No due date set.
Reference: M-Labs/nac3#521
Reference in New Issue
Block a user
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_dotcan 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_tyofimpl_matmulis simply set to[ndarray_unsized_t]-primitives.ndarray'sdtypeandndimsare substituted permanently. See commit "core/ndstrides: implement general matmul".ndstrides: [11] Implement general matmulto ndstrides: [11] Implement general matmul & `np_dot()`75b2e80418to4baf1c64edRebased.
4baf1c64edtoe7aa2688e6e7aa2688e6to7a3e34eb7a7a3e34eb7ato693b7f3774Superseded by #568.
Pull request closed