File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ taco as a code generator that generates C functions that compute
1010tensor expressions.
1111
1212Learn more about taco at
13- [ tensor-compiler.org] ( https ://tensor-compiler.org) , in the paper
14- [ The Tensor Algebra Compiler] ( http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf ) ,
13+ [ tensor-compiler.org] ( http ://tensor-compiler.org) , in the paper
14+ [ The Tensor Algebra Compiler] ( http://tensor-compiler.org/files/ kjolstad-oopsla17-tensor-compiler.pdf ) ,
1515or in [ this talk] ( https://youtu.be/Kffbzf9etLE ) . To learn more about
1616where taco is going in the near-term, see the technical reports on
1717[ optimization] ( https://arxiv.org/abs/1802.10574 ) and
@@ -162,7 +162,7 @@ std::cout << A << std::endl;
162162# Code generation tools
163163
164164If you just need to compute a single tensor kernel you can use the
165- [taco online tool](http://www. tensor-compiler.org/online ) to generate
165+ [taco online tool](http://tensor-compiler.org/codegen.html ) to generate
166166a custom C library. You can also use the taco command-line tool to
167167the same effect:
168168
@@ -180,4 +180,4 @@ the same effect:
180180 ...
181181
182182For more information, see our paper on the taco tools
183- [taco: A Tool to Generate Tensor Algebra Kernels](http://tensor-compiler.org/kjolstad-ase17-tools.pdf).
183+ [taco: A Tool to Generate Tensor Algebra Kernels](http://tensor-compiler.org/files/ kjolstad-ase17-taco -tools.pdf).
You can’t perform that action at this time.
0 commit comments