1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Remove synch

This commit is contained in:
Peter Boyle 2021-06-03 04:24:19 +00:00
parent 8cfc7342cd
commit 0e27e3847d

View File

@ -457,7 +457,7 @@ accelerator_inline void acceleratorSynchronise(void)
__syncwarp();
#endif
#ifdef GRID_SYCL
cl::sycl::detail::workGroupBarrier();
//cl::sycl::detail::workGroupBarrier();
#endif
#ifdef GRID_HIP
__syncthreads();