Skip to content

Commit 2f84b15

Browse files
Update sycl/source/detail/kernel_impl.hpp
Co-authored-by: Andrei Elovikov <[email protected]>
1 parent 59984ce commit 2f84b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/kernel_impl.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ class kernel_impl {
254254
mutable std::string MName;
255255

256256
// For the interop kernel we create the DeviceKernelInfo
257-
// as part of the kernel_impl
258-
// For regular kernel we get DeviceKernelInfo from the ProgramManager
257+
// as part of the kernel_impl.
258+
// For regular kernel we get DeviceKernelInfo from the ProgramManager.
259259
DeviceKernelInfo MInteropDeviceKernelInfoHolder;
260260
DeviceKernelInfo &MDeviceKernelInfo;
261261

0 commit comments

Comments
 (0)