MCPcopy Create free account
hub / github.com/ROCm/clr / clCreateProgramWithBinary

Method clCreateProgramWithBinary

opencl/tests/ocltst/module/common/OCLWrapper.cpp:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264cl_program OCLWrapper::clCreateProgramWithBinary(cl_context context, cl_uint num_devices,
265 const cl_device_id* device_list,
266 const size_t* lengths,
267 const unsigned char** binaries,
268 cl_int* binary_status, cl_int* errcode_ret) {
269 return ::clCreateProgramWithBinary(context, num_devices, device_list, lengths, binaries,
270 binary_status, errcode_ret);
271}
272
273cl_int OCLWrapper::clRetainProgram(cl_program program) { return ::clRetainProgram(program); }
274

Callers 2

openMethod · 0.80

Calls 1

Tested by

no test coverage detected