Skip to content

Commit 0b853c2

Browse files
[SYCL][NFC] Fix typo in handler 2D copy comment (#8553)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 86c08b3 commit 0b853c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,8 +2507,8 @@ class __SYCL_EXPORT handler {
25072507

25082508
// Do the following:
25092509
// 1. If both are host, use host_task to copy.
2510-
// 2. If either pointer is host or of the backend supports native memcpy2d,
2511-
// use special command.
2510+
// 2. If either pointer is host or the backend supports native memcpy2d, use
2511+
// special command.
25122512
// 3. Otherwise, launch a kernel for copying.
25132513
if (SrcIsHost && DestIsHost) {
25142514
commonUSMCopy2DFallbackHostTask<T>(Src, SrcPitch, Dest, DestPitch, Width,

0 commit comments

Comments
 (0)