How to use the CreateKernelsInProgram function from bindings
Find comprehensive JavaScript bindings.CreateKernelsInProgram code examples handpicked from public code repositorys.
GitHub: mikeseven/node-opencl
184 185 186 187 188 189 190 191 192 193 194 195 196
// /* Kernel Object APIs */ // cl.CreateKernel(program, // kernel_name); // cl.CreateKernelsInProgram(program, // kernels); // cl.RetainKernel(kernel);
33
153
0
+ 89 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)