mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 22:20:45 +01:00
Remove synch
This commit is contained in:
parent
8cfc7342cd
commit
0e27e3847d
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user