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

Custard compiler failing due to taco workspace auto insertion #83

Open
weiya711 opened this issue Feb 1, 2023 · 0 comments
Open

Custard compiler failing due to taco workspace auto insertion #83

weiya711 opened this issue Feb 1, 2023 · 0 comments
Assignees

Comments

@weiya711
Copy link
Owner

weiya711 commented Feb 1, 2023

./bin/taco "X(i,j,k)=B(j,l)*C(i,l,k)+D(j)" -f=X:sss:0,2,1 -f=B:ss:1,0 -f=C:sss:0,2,1 -s="reorder(i,k,l,j)"

fails since taco automatically inserts a workspace for B * C. This is unnecessary in Custard since it's streaming based.

@weiya711 weiya711 self-assigned this Feb 1, 2023
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

No branches or pull requests

1 participant