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 59984ce commit 2f84b15Copy full SHA for 2f84b15
sycl/source/detail/kernel_impl.hpp
@@ -254,8 +254,8 @@ class kernel_impl {
254
mutable std::string MName;
255
256
// 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
+ // as part of the kernel_impl.
+ // For regular kernel we get DeviceKernelInfo from the ProgramManager.
259
DeviceKernelInfo MInteropDeviceKernelInfoHolder;
260
DeviceKernelInfo &MDeviceKernelInfo;
261
0 commit comments