Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ScalarView #301

Merged
merged 35 commits into from
May 8, 2024
Merged

Add ScalarView #301

merged 35 commits into from
May 8, 2024

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented May 6, 2024

Fixes #290

Makes scalar generic over heap allocated data or serialised scalar data. Serialized scalars will no longer include DType information to avoid duplication meaning they require a DType to deserialise.

@gatesn gatesn marked this pull request as ready for review May 8, 2024 09:01
@gatesn gatesn merged commit 6fb0e8a into develop May 8, 2024
2 checks passed
@gatesn gatesn deleted the ngates/scalar-view branch May 8, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull DType out of Scalars
1 participant