mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-01 18:29:29 +00:00
Device 2 Device with cudaMemcpy
This commit is contained in:
@@ -8,6 +8,7 @@ void acceleratorThreads(uint32_t t) {accelerator_threads = t;};
|
||||
|
||||
#ifdef GRID_CUDA
|
||||
cudaDeviceProp *gpu_props;
|
||||
cudaStream_t copyStream;
|
||||
void acceleratorInit(void)
|
||||
{
|
||||
int nDevices = 1;
|
||||
|
||||
Reference in New Issue
Block a user