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

[Compiler] Sam graph generation doesn't work when all inputs are scalar OR when output is scalar #23

Closed
weiya711 opened this issue May 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@weiya711
Copy link
Owner

weiya711 commented May 12, 2022

Examples include
x = a * b
x = a(i)*b(i)
x(i) = a * b

working
x(i) = a * b(i)

@weiya711 weiya711 self-assigned this May 12, 2022
@weiya711 weiya711 added the bug Something isn't working label May 12, 2022
@weiya711 weiya711 changed the title [Compiler] Sam graph generation doesn't work when all inputs are scalar OR output is scalar [Compiler] Sam graph generation doesn't work when all inputs are scalar OR when output is scalar May 12, 2022
@weiya711
Copy link
Owner Author

Working for
x = a * b
x = a(i)*b(i)

not working for x(i) = a*b since this requires universe broadcasting which is tracked by #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant