Combining OpenMP and OpenCL -


my task compute sum on array.

what plan perform partial sun using opencl kernel returns smaller array of size corresponding number of work-items. , use openmp sum little array.

now, i'm wondering if can use openmp in host part of opencl code. if yes, can use opencl type (say cl_float4) openmp.

i thank in advance,

     Éric. 

cl_float4 basicly represents array of 4 float values proper memory alignement gpus. however, can used in host code without problems.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -