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 b3df18d commit 303ff44Copy full SHA for 303ff44
sycl/include/sycl/detail/get_device_kernel_info.hpp
@@ -17,9 +17,9 @@ namespace detail {
17
class DeviceKernelInfo;
18
// Lifetime of the underlying `DeviceKernelInfo` is tied to the availability of
19
// the `sycl_device_binaries` corresponding to this kernel. In other words, once
20
-// user library is unloaded (see __sycl_unregister_lib), program manager destoys
21
-// this `DeviceKernelInfo` object and the reference returned from here becomes
22
-// stale.
+// user library is unloaded (see __sycl_unregister_lib), program manager
+// destroys this `DeviceKernelInfo` object and the reference returned from here
+// becomes stale.
23
__SYCL_EXPORT DeviceKernelInfo &
24
getDeviceKernelInfo(const CompileTimeKernelInfoTy &);
25
0 commit comments