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 25578d6 commit f9fb116Copy full SHA for f9fb116
source/adapters/cuda/image.cpp
@@ -898,8 +898,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urBindlessImagesImageCopyExp(
898
UR_CHECK_ERROR(cuMemcpy3DAsync(&cpy_desc, Stream));
899
}
900
// 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.
+ // from host to device, then device to device and finally device to host.
903
// Without it, there is a risk of the copies not being executed in the
904
// intended order.
905
cuStreamSynchronize(Stream);
0 commit comments