Skip to content

Commit c769986

Browse files
Updated links in README
1 parent b929b53 commit c769986

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ taco as a code generator that generates C functions that compute
1010
tensor expressions.
1111

1212
Learn 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),
1515
or in [this talk](https://youtu.be/Kffbzf9etLE). To learn more about
1616
where 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
164164
If 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
166166
a custom C library. You can also use the taco command-line tool to
167167
the same effect:
168168
@@ -180,4 +180,4 @@ the same effect:
180180
...
181181
182182
For 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).

0 commit comments

Comments
 (0)