1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
---
has_children: true
has_toc: false
nav_order: 3
---
# Extended API
## Fundamentals
| [Thread Scopes] | Defines the kind of threads that can synchronize using a primitive. `(enum)` <br/><br/> 1.0.0 / CUDA 10.2 |
| [Thread Groups] | Concepts for groups of cooperating threads. `(concept)` <br/><br/> 1.2.0 / CUDA 11.1 |
{% include_relative extended_api/shapes.md %}
{% include_relative extended_api/synchronization_primitives.md %}
{% include_relative extended_api/asynchronous_operations.md %}
{% include_relative extended_api/memory_access_properties.md %}
{% include_relative extended_api/functional.md %}
{% include_relative extended_api/ptx.md %}
[Thread Scopes]: ./extended_api/memory_model.md#thread-scopes
[Thread Groups]: ./extended_api/thread_groups.md
|