Sha256: 16ea625674b126683927aa96162c7e3c3258047dbe48d581c8fe482e9fe81e0a

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

  
  // Perform a copy of <array> from device to host
  clEnqueueReadBuffer(bones_queue,device_<array>,CL_TRUE,(<offset>)*sizeof(<type>),<variable_dimensions>*sizeof(<type>),<array><flatten>+<offset>,0,NULL,NULL);
  clFinish(bones_queue);

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bones-compiler-1.6.0 skeletons/GPU-OPENCL-AMD/common/mem_copy_D2H.c
bones-compiler-1.3.1 skeletons/GPU-OPENCL-AMD/common/mem_copy_D2H.c
bones-compiler-1.1.0 skeletons/GPU-OPENCL-AMD/common/mem_copy_D2H.c