Skip to content

Commit 2236f7a

Browse files
author
aidan.belton
committed
clang-format
1 parent 993dfc8 commit 2236f7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,8 +5114,9 @@ pi_result cuda_piextUSMEnqueueMemAdvise(pi_queue queue, const void *ptr,
51145114
PI_CHECK_ERROR(cuPointerGetAttribute(
51155115
&is_managed, CU_POINTER_ATTRIBUTE_IS_MANAGED, (CUdeviceptr)ptr));
51165116
if (!is_managed) {
5117-
setErrorMessage("Memory advice ignored as memory advices only works with USM",
5118-
PI_SUCCESS);
5117+
setErrorMessage(
5118+
"Memory advice ignored as memory advices only works with USM",
5119+
PI_SUCCESS);
51195120
return PI_ERROR_PLUGIN_SPECIFIC_ERROR;
51205121
}
51215122

0 commit comments

Comments
 (0)