Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronization primitives for GPU operations

This module provides abstractions for synchronizing GPU operations, including fences, barriers, and event synchronization.

Structsยง

Barrier
Barrier for synchronizing multiple operations
Event
Event for signaling completion of operations
Fence
Fence for CPU-GPU synchronization
Semaphore
Semaphore for GPU-GPU synchronization