Skip to content

Commit

Permalink
Fix relative links in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Oct 27, 2023
1 parent 2d4c9b6 commit 27ee11e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ layout: default
## Asynchronous Operations

| [`cuda::memcpy_async`] | Asynchronously copies one range to another. `(function template)` <br/><br/> 1.1.0 / CUDA 11.0 <br/> 1.2.0 / CUDA 11.1 (group & aligned overloads) |
| [`cuda::device_memcpy_async_tx`] | Asynchronously copies one range to another with manual transaction accounting. `(function)` |
| [`cuda::device::memcpy_async_tx`] | Asynchronously copies one range to another with manual transaction accounting. `(function)` |


[`cuda::memcpy_async`]: {{ "extended_api/asynchronous_operations/memcpy_async.html" | relative_url }}

[`cuda::memcpy_async`]: {{ "asynchronous_operations/memcpy_async" | relative_url }}
[`cuda::device::memcpy_async_tx`]: {{ "asynchronous_operations/memcpy_async_tx" | relative_url }}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ layout: default
| [`cuda::proclaim_return_type`] | Creates a forwarding call wrapper that proclaims return type <br/><br/> 1.8.0 / CUDA 11.7 |


[`cuda::proclaim_return_type`]: {{ "extended_api/functional/proclaim_return_type.html" | relative_url }}
[`cuda::proclaim_return_type`]: {{ "functional/proclaim_return_type" | relative_url }}

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ layout: default
| [`cuda::associate_access_property`] | Associates access property with raw pointer. `(function template)` <br/><br/> 1.6.0 / CUDA 11.5 |
| [`cuda::discard_memory`] | Writes indeterminate values to memory. `(function)` <br/><br/> 1.6.0 / CUDA 11.5 |

[`cuda::annotated_ptr`]: {{ "extended_api/memory_access_properties/annotated_ptr.html" | relative_url }}
[`cuda::access_property`]: {{ "extended_api/memory_access_properties/access_property.html" | relative_url }}
[`cuda::associate_access_property`]: {{ "extended_api/memory_access_properties/associate_access_property.html" | relative_url }}
[`cuda::apply_access_property`]: {{ "extended_api/memory_access_properties/apply_access_property.html" | relative_url }}
[`cuda::discard_memory`]: {{ "extended_api/memory_access_properties/discard_memory.html" | relative_url }}
[`cuda::annotated_ptr`]: {{ "memory_access_properties/annotated_ptr" | relative_url }}
[`cuda::access_property`]: {{ "memory_access_properties/access_property" | relative_url }}
[`cuda::associate_access_property`]: {{ "memory_access_properties/associate_access_property" | relative_url }}
[`cuda::apply_access_property`]: {{ "memory_access_properties/apply_access_property" | relative_url }}
[`cuda::discard_memory`]: {{ "memory_access_properties/discard_memory" | relative_url }}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ layout: default

[`cuda::std::size_t`]: https://en.cppreference.com/w/cpp/types/size_t

[`cuda::aligned_size_t`]: {{ "extended_api/shapes/aligned_size_t.html" | relative_url }}
[`cuda::aligned_size_t`]: {{ "shapes/aligned_size_t" | relative_url }}

Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ The pipeline library is included in the CUDA Toolkit, but is not part of the
[`cuda::std::counting_semaphore`]: https://en.cppreference.com/w/cpp/thread/counting_semaphore
[`cuda::std::binary_semaphore`]: https://en.cppreference.com/w/cpp/thread/binary_semaphore

[asynchronous operations]: {{ "extended_api/asynchronous_operations.html" | relative_url }}
[`cuda::memcpy_async`]: {{ "extended_api/asynchronous_operations/memcpy_async.html" | relative_url }}

[`cuda::atomic`]: {{ "extended_api/synchronization_primitives/atomic.html" | relative_url }}
[`cuda::atomic_ref`]: {{ "extended_api/synchronization_primitives/atomic_ref.html" | relative_url }}
[`cuda::barrier`]: {{ "extended_api/synchronization_primitives/barrier.html" | relative_url }}
[`cuda::latch`]: {{ "extended_api/synchronization_primitives/latch.html" | relative_url }}
[`cuda::counting_semaphore`]: {{ "extended_api/synchronization_primitives/counting_semaphore.html" | relative_url }}
[`cuda::binary_semaphore`]: {{ "extended_api/synchronization_primitives/binary_semaphore.html" | relative_url }}

[`cuda::pipeline`]: {{ "extended_api/synchronization_primitives/pipeline.html" | relative_url }}
[`cuda::pipeline_shared_state`]: {{ "extended_api/synchronization_primitives/pipeline_shared_state.html" | relative_url }}
[`cuda::pipeline_role`]: {{ "extended_api/synchronization_primitives/pipeline_role.html" | relative_url }}
[`cuda::make_pipeline`]: {{ "extended_api/synchronization_primitives/make_pipeline.html" | relative_url }}
[`cuda::pipeline_consumer_wait_prior`]: {{ "extended_api/synchronization_primitives/pipeline_consumer_wait_prior.html" | relative_url }}
[`cuda::pipeline_producer_commit`]: {{ "extended_api/synchronization_primitives/pipeline_producer_commit.html" | relative_url }}
[asynchronous operations]: {{ "../asynchronous_operations" | relative_url }}
[`cuda::memcpy_async`]: {{ "../asynchronous_operations" | relative_url }}

[`cuda::atomic`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::atomic_ref`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::barrier`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::latch`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::counting_semaphore`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::binary_semaphore`]: {{ "synchronization_primitives" | relative_url }}

[`cuda::pipeline`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::pipeline_shared_state`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::pipeline_role`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::make_pipeline`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::pipeline_consumer_wait_prior`]: {{ "synchronization_primitives" | relative_url }}
[`cuda::pipeline_producer_commit`]: {{ "synchronization_primitives" | relative_url }}
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ struct single_thread_group {

[See it on Godbolt](https://godbolt.org/z/6c16KxqY7){: .btn }


[CUDA Cooperative Groups Library]: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#group-collectives

2 changes: 1 addition & 1 deletion libcudacxx/docs/jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ relative_links:
collections: true

titles_from_headings:
enabled: true
enabled: true
collections: true

just_the_docs:
Expand Down

0 comments on commit 27ee11e

Please sign in to comment.