Does GPU require lock for synchronisation?

Does GPU require a lock for synchronization?

we are using locks in the CPU for synchronization similar to that does GPU require a lock?

if required what kind of lock is suitable for GPU?