This repository was archived by the owner on Mar 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments