Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`nop` instruction is only for synchronization within the same threadblock. Cross threadblock synchronization is handled by `barrier` instruction. So insert `nop` only if the dependency is within the same threadblock.
- Loading branch information