Sha256: 2db82cc4063d93c6cdbf41f7c293c0fc126a179b1b789130bf442b09f95194ec

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

  
  // Copy <array> from device to host
  cudaMemcpy(<array><flatten>+<offset>, device_<array>+<offset>, <variable_dimensions>*sizeof(<type>), cudaMemcpyDeviceToHost);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bones-compiler-1.1.0 skeletons/GPU-CUDA/common/mem_copy_D2H.c