Add host API for enqueuing barrier on given stream (#274)
* add host API for enqueuing barrier on given stream
This commit is contained in:
@@ -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
|
||||
|
||||
مرجع در شماره جدید
Block a user