Skip to content

Commit

Permalink
Fix path for standard_api.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Oct 26, 2023
1 parent fb99798 commit db944de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libcudacxx/docs/collections/standard_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Any Standard C++ header not listed below is omitted.
| [`<cuda/std/barrier>`] | Multi-phase asynchronous thread-coordination mechanism (see also: [Extended API](./extended_api/synchronization_primitives/barrier.md)). <br/><br/> 1.1.0 / CUDA 11.0 |
| [`<cuda/std/semaphore>`] | Primitives for constraining concurrent access (see also: [Extended API](./extended_api/synchronization_primitives/counting_semaphore.md)). <br/><br/> 1.1.0 / CUDA 11.0 |

{% include_relative standard_api/time_library.md %}
{% include_relative _standard_api/time_library.md %}

{% include_relative standard_api/numerics_library.md %}
{% include_relative _standard_api/numerics_library.md %}

{% include_relative standard_api/utility_library.md %}
{% include_relative _standard_api/utility_library.md %}

## C Library

Expand Down

0 comments on commit db944de

Please sign in to comment.