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

Merge branch 'develop' into bugfix/ragged

* develop:
  Remove synch
This commit is contained in:
Michael Marshall 2021-06-03 08:25:56 +01:00
commit e5dbe488a6

View File

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