Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Oct 26, 2023
1 parent b5d01f3 commit 9431a27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libcudacxx/docs/jekyll/extended_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ has_toc: false
| [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 _collections/_extended_api/shapes.md %}

{% include_relative _extended_api/synchronization_primitives.md %}
{% include_relative _collections/_extended_api/synchronization_primitives.md %}

{% include_relative _extended_api/asynchronous_operations.md %}
{% include_relative _collections/_extended_api/asynchronous_operations.md %}

{% include_relative _extended_api/memory_access_properties.md %}
{% include_relative _collections/_extended_api/memory_access_properties.md %}

{% include_relative _extended_api/functional.md %}
{% include_relative _collections/_extended_api/functional.md %}

[Thread Scopes]: ./extended_api/memory_model.md#thread-scopes
[Thread Groups]: ./extended_api/thread_groups.md
Expand Down

0 comments on commit 9431a27

Please sign in to comment.