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

Static Vector and Matrices #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

siliconlad
Copy link
Member

No description provided.

@siliconlad siliconlad self-assigned this Jul 14, 2024
@siliconlad siliconlad linked an issue Jul 14, 2024 that may be closed by this pull request
@siliconlad
Copy link
Member Author

siliconlad commented Jul 14, 2024

What I'm not 100% sure about, is how to connect operations between Static and Dynamic Tensors. With the current approach, each type combination would need a new method and a unique name.

I think perhaps we need to look at traits for various operations (in a separate issue)?

@CameronMatthew @Dougal-s

@siliconlad
Copy link
Member Author

I think using Traits is the best way of solving this: #31

This is what Rust uses to implement other operations like add and `sub.

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.

Create static vector and matrix
1 participant