Skip to content

Commit ba74c55

Browse files
committed
Format.
Signed-off-by: JackAKirk <[email protected]>
1 parent 9bd455f commit ba74c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/adapters/cuda/usm_p2p.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urUsmP2PPeerAccessGetInfoExp(
5858
}
5959
}
6060

61-
UR_CHECK_ERROR(cuDeviceGetP2PAttribute(
62-
&value, cuAttr, commandDevice->get(), peerDevice->get()));
61+
UR_CHECK_ERROR(cuDeviceGetP2PAttribute(&value, cuAttr, commandDevice->get(),
62+
peerDevice->get()));
6363
} catch (ur_result_t err) {
6464
return err;
6565
}

0 commit comments

Comments
 (0)