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

Tensor types #1116

Open
Gusarich opened this issue Dec 5, 2024 · 2 comments
Open

Tensor types #1116

Gusarich opened this issue Dec 5, 2024 · 2 comments

Comments

@Gusarich
Copy link
Member

Gusarich commented Dec 5, 2024

Tact doesn't support tensor types which limits optimization and code quality potential in some cases, like the minmax function which returns both min and max in a single TVM operation.

Related issue: #986

@anton-trunov
Copy link
Member

Also related: #458 (will be actually implemented there)

@novusnota
Copy link
Member

This would really help since we'd no longer need to introduce ad-hoc Structs for assembly function returns in the standard library and in general.

Also related: #1032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants