Sha256: 6f2a4f47aa05822e02cc15f3a2aba1cadb6ff4f9c82bc926952d210198a38d58

Contents?: true

Size: 145 Bytes

Versions: 1

Compression:

Stored size: 145 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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