Skip to content

Commit 97846c5

Browse files
JackAKirkkbenzie
authored andcommitted
Mark ur_exp_usm_p2p supported for CUDA.
Signed-off-by: JackAKirk <[email protected]>
1 parent cd9a5d2 commit 97846c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/cuda/device.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
612612
SupportedExtensions += "pi_ext_intel_devicelib_assert ";
613613
// Return supported for the UR command-buffer experimental feature
614614
SupportedExtensions += "ur_exp_command_buffer ";
615+
SupportedExtensions += "ur_exp_usm_p2p ";
615616
SupportedExtensions += " ";
616617

617618
int Major = 0;

0 commit comments

Comments
 (0)