| commit | a463537a3644d4013b23be20e5446af609342f01 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Wed Jul 06 20:02:45 2016 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Wed Jul 06 20:02:45 2016 +0000 |
| tree | fbd009adc55df065612b62a6727a50cfae640225 | |
| parent | 2f8de9fb4fea7bd29ffd2ac85e9a0f20ea1410ca [diff] |
NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0 Everywhere where cuda.syncthreads or __syncthreads is used, use the properly namespaced nvvm.barrier0 instead. llvm-svn: 274664