Skip to content

Commit 045ebd9

Browse files
committed
Update device query ext name.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
1 parent 2af0290 commit 045ebd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/cuda/device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
628628
// Return supported for the UR command-buffer experimental feature
629629
SupportedExtensions += "ur_exp_command_buffer ";
630630
SupportedExtensions += "ur_exp_usm_p2p ";
631-
SupportedExtensions += "ur_exp_launch_attributes ";
631+
SupportedExtensions += "ur_exp_launch_properties ";
632632
SupportedExtensions += " ";
633633

634634
int Major = 0;

0 commit comments

Comments
 (0)