Use new naming scheme

Esse commit está contido em:
Brandon Potter
2024-11-25 14:12:15 -06:00
commit fd8dbc7fb6
179 arquivos alterados com 5250 adições e 5251 exclusões
+1 -1
Ver Arquivo
@@ -154,7 +154,7 @@ __device__ void Context::sync_all() {
DISPATCH(sync_all());
}
__device__ void Context::sync(roc_shmem_team_t team) {
__device__ void Context::sync(rocshmem_team_t team) {
ctxStats.incStat(NUM_SYNC_ALL);
DISPATCH(sync(team));