ndstrides: [12] Reimplement builtins #522
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Reference: M-Labs/nac3#522
Loading…
Reference in New Issue
No description provided.
Delete Branch "ndstrides-12-builtins"
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
codegen/builtin_fns.rs
to use ndarray with strides.The struct
ContiguousNDArray
is the legacyNDArray
's definition.nalgebra
utilities uses the legacy definition for its ABI. Therefore it is needed.After this PR,
nac3standalone/demo/src/ndarray.py
will be runnable.cd41b03dd5
to7fb5e10ee2
Rebased.
7fb5e10ee2
to4e57a82543
4e57a82543
to4ac881ccf6
4ac881ccf6
to7f3c45302d
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.