Merge branch PR #55 into naming_scheme

This commit is contained in:
avinashkethineedi
2024-12-04 21:46:38 +00:00
180 changed files with 4436 additions and 4437 deletions
+1 -1
View File
@@ -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));