Skip to content

Commit 2b4d903

Browse files
Add doxygen comment
1 parent 5cd65bf commit 2b4d903

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sycl/source/detail/program_manager/program_manager.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)