Implement rocshmem_pe_quiet() (#282)

Co-authored-by: Aurelien Bouteiller <aurelien.bouteiller@amd.com>
This commit is contained in:
Yiltan
2025-10-20 11:42:39 -04:00
committed by GitHub
parent 6f74cdfd75
commit c3eeae473b
14 changed files with 79 additions and 2 deletions
+3 -1
View File
@@ -136,6 +136,8 @@ class Context {
__device__ void quiet();
__device__ void pe_quiet(size_t pe);
__device__ void* shmem_ptr(const void* dest, int pe);
__device__ void barrier_all();
@@ -477,7 +479,7 @@ class Context {
* @brief Duplicated local copy of backend's type
*/
BackendType btype;
/**
* @brief Stats common to all types of device contexts.
*/