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
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
The text was updated successfully, but these errors were encountered:
weiya711
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: