Skip to content

Commit

Permalink
Update to cross reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored Aug 23, 2022
1 parent 6fd0883 commit 99395df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ NVBENCH_BENCH_TYPES(my_benchmark,
```
For large configuration spaces like this, pruning some of the less useful
combinations using the techniques described in the "Zipped/Tied Iteration of Value Axes"
or "Skip Uninteresting / Invalid Benchmarks" section can help immensely with
combinations using the techniques described in the [Zipped/Tied Iteration of Value Axes](#zipped-iteration-of-value-axes)
or [Skip Uninteresting / Invalid Benchmarks](#skip-uninteresting--invalid-benchmarks) section can help immensely with
keeping compile / run times manageable.
Splitting a single large configuration space into multiple, more focused
Expand Down

0 comments on commit 99395df

Please sign in to comment.