MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle-Lite / clCreateProgramWithSource

Function clCreateProgramWithSource

lite/backends/opencl/cl_wrapper.cc:639–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639CL_API_ENTRY cl_program CL_API_CALL
640clCreateProgramWithSource(cl_context context,
641 cl_uint count,
642 const char **strings,
643 const size_t *lengths,
644 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0 {
645 return paddle::lite::CLWrapper::Global()->clCreateProgramWithSource()(
646 context, count, strings, lengths, errcode_ret);
647}
648
649CL_API_ENTRY cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel)
650 CL_API_SUFFIX__VERSION_1_0 {

Callers 2

ProgramMethod · 0.85
ProgramMethod · 0.85

Calls 1

Tested by

no test coverage detected