We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./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.
The text was updated successfully, but these errors were encountered:
weiya711
No branches or pull requests
fails since taco automatically inserts a workspace for B * C. This is unnecessary in Custard since it's streaming based.
The text was updated successfully, but these errors were encountered: