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

Method get_build_info

include/boost/compute/program.hpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 /// \see_opencl_ref{clGetProgramInfo}
225 template<class T>
226 T get_build_info(cl_program_build_info info, const device &device) const
227 {
228 return detail::get_object_info<T>(clGetProgramBuildInfo, m_program, info, device.id());
229 }
230
231 /// Builds the program with \p options.
232 ///

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected