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 #87 from NVIDIA/bugs/fix-extended-sync-lib-links
Browse files Browse the repository at this point in the history
Docs: Fix stale links to extended sync lib primitives.
  • Loading branch information
brycelelbach authored Dec 4, 2020
2 parents 49cfb24 + 6cf8be3 commit 0b921cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/standard_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ libcu++ Addendum for details.

| Header | Added In | Docs |
|------------------------------------------------|-------------------|------|
| `<cuda/std/atomic>` | 1.0.0 / CUDA 10.2 | [Standard API](https://en.cppreference.com/w/cpp/header/atomic), [Extended API](./extended_api/atomics.md) |
| `<cuda/std/barrier>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/barrier), [Extended API](./extended_api/barriers.md) |
| `<cuda/std/latch>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/latch), [Extended API](./extended_api/latches.md) |
| `<cuda/std/semaphore>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/semaphore), [Extended API](./extended_api/semaphores.md) |
| `<cuda/std/atomic>` | 1.0.0 / CUDA 10.2 | [Standard API](https://en.cppreference.com/w/cpp/header/atomic), [Extended API](./extended_api/synchronization_primitives/atomic.md) |
| `<cuda/std/barrier>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/barrier), [Extended API](./extended_api/synchronization_primtives/barrier.md) |
| `<cuda/std/latch>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/latch), [Extended API](./extended_api/synchronization_primitives/latch.md) |
| `<cuda/std/semaphore>` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/semaphore), [Extended API](./extended_api/synchronization_primitives/counting_semaphore.md) |

## [Time Library](./standard_api/time_library.md)

Expand Down

0 comments on commit 0b921cd

Please sign in to comment.