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