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

Support Operator Overloading #3

Open
cryptodeal opened this issue Sep 17, 2023 · 0 comments
Open

Support Operator Overloading #3

cryptodeal opened this issue Sep 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cryptodeal
Copy link
Owner

What is the problem this feature would solve?

Add support for operator overloading so that it's possible to do:

var c: Tensor = a + b;

Rather than requiring, which is the status quo:

var c: Tensor = add(a, b);

What is the feature you are proposing to solve the problem?

Likely can employ a library such as comath or at least employ a customized approach similar to what's used in comath to enable processing this at comptime.

What alternatives have you considered?

No response

@cryptodeal cryptodeal added enhancement New feature or request good first issue Good for newcomers labels Sep 17, 2023
@cryptodeal cryptodeal pinned this issue Sep 17, 2023
@cryptodeal cryptodeal removed the good first issue Good for newcomers label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant