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
+1
View File
@@ -169,6 +169,7 @@ void Backend::dump_stats() {
device_stats.getStat(NUM_GET_NBI_WAVE));
printf("Fences %llu\n", device_stats.getStat(NUM_FENCE));
printf("Quiets %llu\n", device_stats.getStat(NUM_QUIET));
printf("PE Quiets %llu\n", device_stats.getStat(NUM_PE_QUIET));
printf("ToAll %llu\n", device_stats.getStat(NUM_TO_ALL));
printf("BarrierAll %llu\n", device_stats.getStat(NUM_BARRIER_ALL));
printf("WAVE_BarrierAll %llu\n", device_stats.getStat(NUM_BARRIER_ALL_WAVE));