Add host API for enqueuing barrier on given stream (#274)

* add host API for enqueuing barrier on given stream
This commit is contained in:
Dimple Prajapati
2025-10-15 14:29:07 -07:00
کامیت شده توسط GitHub
والد 4ecdbc026c
کامیت a44b581997
10فایلهای تغییر یافته به همراه53 افزوده شده و 0 حذف شده
@@ -101,4 +101,8 @@ __host__ void IPCHostContext::barrier_all() {
host_interface->barrier_all(context_window_info);
}
__host__ void IPCHostContext::barrier_all_on_stream(hipStream_t stream) {
host_interface->barrier_all_on_stream(stream);
}
} // namespace rocshmem