-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bugfix/barrier_deadlock
- Loading branch information
Showing
163 changed files
with
58,198 additions
and
2,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
docs/libcudacxx/ptx/instructions/generated/barrier_cluster_aligned.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
.. | ||
This file was automatically generated. Do not edit. | ||
barrier.cluster.arrive.aligned | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. code:: cuda | ||
// barrier.cluster.arrive.aligned; // PTX ISA 78, SM_90 | ||
// .aligned = { .aligned } | ||
// Marked volatile and as clobbering memory | ||
template <typename = void> | ||
__device__ static inline void barrier_cluster_arrive( | ||
cuda::ptx::dot_aligned_t); | ||
barrier.cluster.wait.aligned | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. code:: cuda | ||
// barrier.cluster.wait.aligned; // PTX ISA 78, SM_90 | ||
// .aligned = { .aligned } | ||
// Marked volatile and as clobbering memory | ||
template <typename = void> | ||
__device__ static inline void barrier_cluster_wait( | ||
cuda::ptx::dot_aligned_t); | ||
barrier.cluster.arrive.release.aligned | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. code:: cuda | ||
// barrier.cluster.arrive.sem.aligned; // PTX ISA 80, SM_90 | ||
// .sem = { .release } | ||
// .aligned = { .aligned } | ||
// Marked volatile and as clobbering memory | ||
template <typename = void> | ||
__device__ static inline void barrier_cluster_arrive( | ||
cuda::ptx::sem_release_t, | ||
cuda::ptx::dot_aligned_t); | ||
barrier.cluster.arrive.relaxed.aligned | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. code:: cuda | ||
// barrier.cluster.arrive.sem.aligned; // PTX ISA 80, SM_90 | ||
// .sem = { .relaxed } | ||
// .aligned = { .aligned } | ||
// Marked volatile | ||
template <typename = void> | ||
__device__ static inline void barrier_cluster_arrive( | ||
cuda::ptx::sem_relaxed_t, | ||
cuda::ptx::dot_aligned_t); | ||
barrier.cluster.wait.acquire.aligned | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. code:: cuda | ||
// barrier.cluster.wait.sem.aligned; // PTX ISA 80, SM_90 | ||
// .sem = { .acquire } | ||
// .aligned = { .aligned } | ||
// Marked volatile and as clobbering memory | ||
template <typename = void> | ||
__device__ static inline void barrier_cluster_wait( | ||
cuda::ptx::sem_acquire_t, | ||
cuda::ptx::dot_aligned_t); |
Oops, something went wrong.