Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 00caa7d

Browse files
Merge pull request #600 from tosaka2/patch-1
Fix a broken link in README
2 parents 38e3032 + c752590 commit 00caa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ After a few generations of `autotuning` on a 2-GPU P100 system, we see results r
2929

3030
![Autotuning Sample](docs/source/_static/img/autotuning.png)
3131

32-
In C++ a minimal autotuning example resembles the [following](example/example_tensordot.cc):
32+
In C++ a minimal autotuning example resembles the [following](tc/examples/tensordot.cc):
3333
```cpp
3434
TEST(TensorDot, SimpleAutotune) {
3535
// 1. Define and setup the TC compilation unit with CUDA memory

0 commit comments

Comments
 (0)