Skip to content

Commit f9fb116

Browse files
committed
fix odd formatting
1 parent 25578d6 commit f9fb116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/adapters/cuda/image.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urBindlessImagesImageCopyExp(
898898
UR_CHECK_ERROR(cuMemcpy3DAsync(&cpy_desc, Stream));
899899
}
900900
// Synchronization is required here to handle the case of copying data
901-
// from
902-
// host to device, then device to device and finally device to host.
901+
// from host to device, then device to device and finally device to host.
903902
// Without it, there is a risk of the copies not being executed in the
904903
// intended order.
905904
cuStreamSynchronize(Stream);

0 commit comments

Comments
 (0)