Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ After a few generations of `autotuning` on a 2-GPU P100 system, we see results r

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

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