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

Commit

Permalink
Merge pull request #266 from daniellustig/barrier_doc_typo
Browse files Browse the repository at this point in the history
Fix typo leading to broken link
  • Loading branch information
wmaxey authored May 3, 2022
2 parents a011dea + 2d0b1d2 commit f008302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit f008302

Please sign in to comment.