How to use the GetKernelInfo function from bindings

Find comprehensive JavaScript bindings.GetKernelInfo code examples handpicked from public code repositorys.

196
197
198
199
200
201
202
203
204
205
206
207
// cl.SetKernelArg(kernel,
//                arg_index,
//                arg_size,
//                arg_value);


// cl.GetKernelInfo(kernel,
//                 param_name);


// if(cl.CL_VERSION_1_2)
//   cl.GetKernelArgInfo(kernel,
fork icon33
star icon153
watch icon0

+ 89 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)