File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
sycl/source/detail/program_manager Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,18 @@ class ProgramManager {
147147 const NDRDescT &NDRDesc = {},
148148 bool JITCompilationIsRequired = false );
149149
150+ // / Builds a program from a given set of images or retrieves that program from
151+ // / cache.
152+ // / \param Img is the main image the program is built with.
153+ // / \param Context is the context the program is built for.
154+ // / \param Devs is a vector of devices the program is built for.
155+ // / \param DeviceImagesToLink is a set of image dependencies required by the
156+ // / main image.
157+ // / \param AllImages is a vector of all images the program is built with.
158+ // / \param DeviceImageImpl is an optional device_image_impl pointer that
159+ // / represents the main image.
160+ // / \param SpecConsts is an optional parameter containing spec constant values
161+ // / the program should be built with.
150162 ur_program_handle_t getBuiltURProgram (
151163 const RTDeviceBinaryImage &Img, const context &Context,
152164 const std::vector<device> &Devs,
You can’t perform that action at this time.
0 commit comments