add rocshmem_barrier() (#61)

* add team-barrier implementation

add a team-barrier API and implementation in the IPC and RO conduit.
Clean up some of the logic in the RO Conduit to distinguish between
sync, sync_all, barrier, and barrier_all.

* add team_barrier_tests to functional tests
这个提交包含在:
Edgar Gabriel
2025-03-24 11:23:03 -05:00
提交者 GitHub
父节点 e8ba20c5f5
当前提交 bcbc42e78f
修改 18 个文件,包含 271 行新增14 行删除
+2
查看文件
@@ -80,6 +80,7 @@ declare -A TEST_NUMBERS=(
["signalfetch"]="55"
["wgsignalfetch"]="56"
["wavesignalfetch"]="57"
["teambarrier"]="58"
)
ExecTest() {
@@ -306,6 +307,7 @@ TestColl() {
# | Name | Ranks | Workgroups | Threads | Max Message Size #
##############################################################################
ExecTest "barrierall" 2 1 1
ExecTest "teambarrier" 2 1 1
ExecTest "sync" 2 1 1