Implement abstractions over Structs and NDArray #554
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#554
Loading…
Reference in New Issue
No description provided.
Delete Branch "ndstrides-neo"
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?
Contains changes from
ndstrides-1-model
andndstrides-2-basic
, up to beforeNDArray
model is changed. Loosely based onFieldTraversal
, but with the help of#[derive(StructFields)]
macro. Models and Instances are all refactored into ProxyType and ProxyValue respectively.Other Changes:
void*
to prepare for ndstrides implementation.No functionality changes.
0c0c2ebc8b
tobd43e5eb35
bd43e5eb35
to144f0922db
Rebased with
__STDC_VERSION__
restored and#pragma clang diagnostic
added for use of_BitInt
.