Skip to content

Commit e10e5a2

Browse files
committed
clangformat
1 parent eb441b9 commit e10e5a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/context_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ std::optional<ur_program_handle_t> context_impl::getProgramForDevImgs(
493493
auto &Cache = LockedCache.get().Cache;
494494
ur_device_handle_t &DevHandle = getSyclObjImpl(Device)->getHandleRef();
495495
for (std::uintptr_t ImageIDs : ImgIdentifiers) {
496-
auto OuterKey = std::make_pair(ImageIDs, std::set<ur_device_handle_t>{DevHandle});
496+
auto OuterKey =
497+
std::make_pair(ImageIDs, std::set<ur_device_handle_t>{DevHandle});
497498
size_t NProgs = KeyMap.count(OuterKey);
498499
if (NProgs == 0)
499500
continue;

0 commit comments

Comments
 (0)