MCPcopy Create free account
hub / github.com/a2flo/floor / create_program_entry

Method create_program_entry

src/device/opencl/opencl_context.cpp:1034–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034std::shared_ptr<device_program::program_entry> opencl_context::create_program_entry(const device& dev,
1035 toolchain::program_data program,
1036 const toolchain::TARGET target) {
1037 return std::make_shared<opencl_program::opencl_program_entry>(create_opencl_program(dev, program, target));
1038}
1039
1040// from opencl_common: just forward to the context function
1041cl_int floor_opencl_get_kernel_sub_group_info(cl_kernel kernel,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected