Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Docs: Fix broken links #328

Merged
merged 5 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Unless otherwise noted, any libcu++ object which is copyable or movable can be
Synchronization objects work across host and device code, and can be used to
synchronize between host and device threads.
However, there are some restrictions to be aware of; please see the
[synchronization library section] for more details.
[synchronization primitives section] for more details.

### `cuda::device::`

Expand Down Expand Up @@ -123,9 +123,9 @@ We recommend that you always recompile your code and dependencies with the

[GitHub]: https://github.com/nvidia/libcudacxx

[Standard API section]: https://nvidia.github.io/libcudacxx/standard_api.html
[synchronization library section]: https://nvidia.github.io/libcudacxx/standard_api/synchronization_library.html
[versioning section]: https://nvidia.github.io/libcudacxx/releases/versioning.html
[Standard API section]: standard_api.md
[synchronization primitives section]: extended_api/synchronization_primitives.md
[versioning section]: releases/versioning.md

[documentation]: https://nvidia.github.io/libcudacxx

Expand Down
6 changes: 3 additions & 3 deletions docs/setup/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ The following NVIDIA device architectures are partially supported:
- Synchronization facilities are supported.
- Pascall: SM 60, 61 and 62.
- Blocking synchronization facilities (e.g. most of the synchronization
library) are not supported.
Please see the [synchronization library section] for details.
primitives) are not supported.
Please see the [synchronization primitives section] for details.

### Host Architectures

Expand Down Expand Up @@ -100,7 +100,7 @@ To build and test libcu++ yourself, you will need the following in addition to

[Standard API section]: ../standard_api.md
[Extended API section]: ../extended_api.md
[synchronization library section]: ../extended_api/synchronization_primitives.md
[synchronization primitives section]: ../extended_api/synchronization_primitives.md
[changelog]: ../releases/changelog.md

[NVIDIA HPC SDK]: https://developer.nvidia.com/hpc-sdk
Expand Down