Lines Matching defs:ComputeUnitKind
188 JITEngine::backend(Module &M, const std::string &ComputeUnitKind,
199 auto TMOrErr = createTargetMachine(M, ComputeUnitKind, OptLevel);
240 const std::string &ComputeUnitKind) {
256 // TODO: Allow the user to specify images per device (Arch + ComputeUnitKind).
275 return backend(*Mod, ComputeUnitKind, JITOptLevel);
280 const std::string &ComputeUnitKind,
285 ComputeUnitInfo &CUI = ComputeUnitMap[ComputeUnitKind];
289 auto ObjMBOrErr = getOrCreateObjFile(Image, CUI.Context, ComputeUnitKind);
313 const std::string &ComputeUnitKind = Device.getComputeUnitKind();
321 return compile(Image, ComputeUnitKind, PostProcessing);