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

Fix typo leading to broken link #266

Merged
merged 2 commits into from
May 3, 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
4 changes: 2 additions & 2 deletions docs/extended_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ nav_order: 3

{% include_relative extended_api/memory_access_properties.md %}

[Thread Scopes]: ./extended_api/thread_groups.md
[Thread Groups]: ./extended_api/thread_scopes.md
[Thread Scopes]: ./extended_api/thread_scopes.md
[Thread Groups]: ./extended_api/thread_groups.md

2 changes: 1 addition & 1 deletion docs/standard_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Any Standard C++ header not listed below is omitted.

| [`<cuda/std/atomic>`] | Atomic objects and operations (see also: [Extended API](./extended_api/synchronization_primitives/atomic.md)). <br/><br/> 1.0.0 / CUDA 10.2 |
| [`<cuda/std/latch>`] | Single-phase asynchronous thread-coordination mechanism (see also: [Extended API](./extended_api/synchronization_primitives/latch.md)). <br/><br/> 1.1.0 / CUDA 11.0 |
| [`<cuda/std/barrier>`] | Multi-phase asynchronous thread-coordination mechanism (see also: [Extended API](./extended_api/synchronization_primtives/barrier.md)). <br/><br/> 1.1.0 / CUDA 11.0 |
| [`<cuda/std/barrier>`] | Multi-phase asynchronous thread-coordination mechanism (see also: [Extended API](./extended_api/synchronization_primitives/barrier.md)). <br/><br/> 1.1.0 / CUDA 11.0 |
| [`<cuda/std/semaphore>`] | Primitives for constraining concurrent access (see also: [Extended API](./extended_api/synchronization_primitives/counting_semaphore.md)). <br/><br/> 1.1.0 / CUDA 11.0 |

{% include_relative standard_api/time_library.md %}
Expand Down