Sha256: 8e370e64e8ab968b283bf09c13cae9b4b3d3bbf03cfc98800cd43946d9ac1035

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

  
  // Copy <array> to the device
  bones_memcpy(device_<array>, <array><flatten>, <variable_dimensions>*sizeof(<type>), cudaMemcpyHostToDevice, <state>, <state>);
  bones_synchronize(<state>);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bones-compiler-1.6.0 skeletons/GPU-CUDA/common/mem_copy_H2D.c
bones-compiler-1.3.1 skeletons/GPU-CUDA/common/mem_copy_H2D.c