We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb441b9 commit e10e5a2Copy full SHA for e10e5a2
sycl/source/detail/context_impl.cpp
@@ -493,7 +493,8 @@ std::optional<ur_program_handle_t> context_impl::getProgramForDevImgs(
493
auto &Cache = LockedCache.get().Cache;
494
ur_device_handle_t &DevHandle = getSyclObjImpl(Device)->getHandleRef();
495
for (std::uintptr_t ImageIDs : ImgIdentifiers) {
496
- auto OuterKey = std::make_pair(ImageIDs, std::set<ur_device_handle_t>{DevHandle});
+ auto OuterKey =
497
+ std::make_pair(ImageIDs, std::set<ur_device_handle_t>{DevHandle});
498
size_t NProgs = KeyMap.count(OuterKey);
499
if (NProgs == 0)
500
continue;
0 commit comments