MCPcopy Create free account
hub / github.com/XpuOS/xsched / XCreateCommandQueueWithProperties

Function XCreateCommandQueueWithProperties

platforms/opencl/shim/src/cmdq.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98cl_command_queue XCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret)
99{
100 XDEBG("XCreateCommandQueueWithProperties(ctx: %p, dev: %p)", context, device);
101 return CreateCommandQueue([&]() {
102 return Driver::CreateCommandQueueWithProperties(context, device, properties, errcode_ret);
103 });
104}
105
106} // namespace xsched::opencl

Callers

nothing calls this directly

Calls 1

CreateCommandQueueFunction · 0.85

Tested by

no test coverage detected