Sha256: 00c6dca24dcc1e226c096d7e06fc24b086f5e0a4359effcb83676d8a2ebc825f

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

  
  // Copy <array> to the device
  device_<array> = clCreateBuffer(bones_context,CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR,<variable_dimensions>*sizeof(<type>),<array><flatten>,NULL);
  clFinish(bones_queue);

Version data entries

6 entries across 3 versions & 1 rubygems

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