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

Commit 0b921cd

Browse files
authored
Merge pull request #87 from NVIDIA/bugs/fix-extended-sync-lib-links
Docs: Fix stale links to extended sync lib primitives.
2 parents 49cfb24 + 6cf8be3 commit 0b921cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/standard_api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ libcu++ Addendum for details.
1515

1616
| Header | Added In | Docs |
1717
|------------------------------------------------|-------------------|------|
18-
| `<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) |
19-
| `<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) |
20-
| `<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) |
21-
| `<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) |
18+
| `<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) |
19+
| `<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) |
20+
| `<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) |
21+
| `<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) |
2222

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

0 commit comments

Comments
 (0)