MCPcopy Create free account
hub / github.com/boostorg/compute / get_work_group_info

Method get_work_group_info

include/boost/compute/kernel.hpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 /// \see_opencl_ref{clGetKernelWorkGroupInfo}
199 template<class T>
200 T get_work_group_info(const device &device, cl_kernel_work_group_info info) const
201 {
202 return detail::get_object_info<T>(clGetKernelWorkGroupInfo, m_kernel, info, device.id());
203 }
204
205 /// Sets the argument at \p index to \p value with \p size.
206 ///

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected