mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
First compile against SYCL
This commit is contained in:
@ -107,7 +107,7 @@ void Gather_plane_exchange_table(Vector<std::pair<int,int> >& table,const Lattic
|
||||
}
|
||||
|
||||
struct StencilEntry {
|
||||
#ifdef GRID_NVCC
|
||||
#ifdef GRID_CUDA
|
||||
uint64_t _byte_offset; // 8 bytes
|
||||
uint32_t _offset; // 4 bytes
|
||||
#else
|
||||
|
Reference in New Issue
Block a user