Skip to content

Commit cb688cd

Browse files
Update sycl/include/sycl/detail/cg_types.hpp
Co-authored-by: Andrei Elovikov <[email protected]>
1 parent 855d6a2 commit cb688cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/detail/cg_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class HostKernelRefBase : public HostKernelBase {
246246
#endif
247247
};
248248

249-
// primary template for movable lambda objects
249+
// Primary template for movable objects.
250250
template <class KernelType, class KernelTypeUniversalRef, class KernelArgType,
251251
int Dims>
252252
class HostKernelRef : public HostKernelRefBase {

0 commit comments

Comments
 (0)