Skip to content

Commit fd68f4d

Browse files
committed
Format the updated comment
1 parent 13ff634 commit fd68f4d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sycl/source/detail/kernel_info.hpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,11 @@ get_kernel_device_specific_info<
182182
nullptr);
183183
assert(Device2SpillMap.size() == URDevices.size());
184184

185-
// Map the result back to the program devices. UR provides the following guarantee:
186-
// > The order of the devices is guaranteed (i.e., the same as queried by urDeviceGet) by the UR within a single application even if the runtime is reinitialized.
185+
// Map the result back to the program devices. UR provides the following
186+
// guarantee:
187+
// The order of the devices is guaranteed (i.e., the same as queried by
188+
// urDeviceGet) by the UR within a single application even if the runtime is
189+
// reinitialized.
187190
for (size_t idx = 0; idx < URDevices.size(); ++idx) {
188191
if (URDevices[idx] == Device)
189192
return size_t{Device2SpillMap[idx]};

0 commit comments

Comments
 (0)