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

Fix workspace_rewriter so that website kernels are passing #506

Closed
weiya711 opened this issue Feb 2, 2022 · 0 comments · Fixed by #508
Closed

Fix workspace_rewriter so that website kernels are passing #506

weiya711 opened this issue Feb 2, 2022 · 0 comments · Fixed by #508
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@weiya711
Copy link
Contributor

weiya711 commented Feb 2, 2022

Current website is on 4cf3b56 want to get it to master

taco "A(i,j)=B(i,k)*C(k,j)" -f=A:ds:0,1 -f=B:ds:0,1 -f=C:ds:0,1 -s="reorder(i,k,j)" -s="precompute(B(i,k)*C(k,j),j,j)" -s="assemble(A,Insert)" -s="parallelize(i,CPUThread,NoRaces)"

http://tensor-compiler.org/codegen.html?expr=A(i,j)%20=%20B(i,j)%20+%20C(i,j)&format=A:ds:0,1;B:ds:0,1;C:ds:0,1&sched=assemble:A:Insert;parallelize:i:CPU%20Thread:No%20Races

http://tensor-compiler.org/codegen.html?expr=A(i,j)%20=%20B(i,j,k)%20*%20c(k)&format=A:ds:0,1;B:sss:0,1,2;c:d:0&sched=assemble:A:Insert;parallelize:i:CPU%20Thread:No%20Races

Need to also add these tests to the regression suite

@weiya711 weiya711 self-assigned this Feb 2, 2022
@weiya711 weiya711 added the bug Indicates an unexpected problem or unintended behavior label Feb 2, 2022
@weiya711 weiya711 linked a pull request Feb 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant