Skip to content

Commit 14fd917

Browse files
committed
Make l0 impl consistent with spec
Signed-off-by: JackAKirk <[email protected]>
1 parent 7e7871e commit 14fd917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/usm_p2p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ur_result_t urUsmP2PPeerAccessGetInfoExp(ur_device_handle_t commandDevice,
4141

4242
UrReturnHelper ReturnValue(propSize, pPropValue, pPropSizeRet);
4343

44-
bool propertyValue = false;
44+
int propertyValue = 0;
4545
switch (propName) {
4646
case UR_EXP_PEER_INFO_UR_PEER_ACCESS_SUPPORTED: {
4747
bool p2pAccessSupported = false;

0 commit comments

Comments
 (0)