Sha256: e56f21105eb7faa15821323f821dfc20558bd574cbdfa62a103cdada14e1c853
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
#if ZEROCOPY == 0 device_<array> = clCreateBuffer(bones_context,CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR,<variable_dimensions>*sizeof(<type>),<array><flatten>, &bones_errors); error_check(bones_errors); clFinish(bones_queue); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bones-compiler-1.6.0 | skeletons/CPU-OPENCL-INTEL/common/mem_copy_H2D.c |
bones-compiler-1.3.1 | skeletons/CPU-OPENCL-INTEL/common/mem_copy_H2D.c |