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
zatwierdzone przez GitHub
rodzic 4ecdbc026c
commit a44b581997
10 zmienionych plików z 53 dodań i 0 usunięć
+2
Wyświetl plik
@@ -393,6 +393,8 @@ class Context {
__host__ void barrier_all();
__host__ void barrier_all_on_stream(hipStream_t stream);
__host__ void sync_all();
template <typename T>