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
hi,
i was playing around with the precompute scheduling command, but for this example
http://tensor-compiler.org/codegen.html?expr=q(i,%20j)%20=%20A(i,%20j)%20*%20B(i)&format=q:ss:0,1;A:ss:0,1;B:s:0&sched=precompute:A(i,%20j)%20*%20B(i):i:i
the comput function uses an iworkspace variable which is not defined anywhere. Is there a precondition for when precompute can be used? thanks
iworkspace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
i was playing around with the precompute scheduling command, but for this example
http://tensor-compiler.org/codegen.html?expr=q(i,%20j)%20=%20A(i,%20j)%20*%20B(i)&format=q:ss:0,1;A:ss:0,1;B:s:0&sched=precompute:A(i,%20j)%20*%20B(i):i:i
the comput function uses an
iworkspace
variable which is not defined anywhere. Is there a precondition for when precompute can be used? thanksThe text was updated successfully, but these errors were encountered: