Skip to content

Commit 6bd9aff

Browse files
author
Jin Z
committed
Vendor ID for AMD devices is expected to be 4098
1 parent 21d62dd commit 6bd9aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/hip/pi_hip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ pi_result hip_piDeviceGetInfo(pi_device device, pi_device_info param_name,
980980
PI_DEVICE_TYPE_GPU);
981981
}
982982
case PI_DEVICE_INFO_VENDOR_ID: {
983-
return getInfo(param_value_size, param_value, param_value_size_ret, 4318u);
983+
return getInfo(param_value_size, param_value, param_value_size_ret, 4098u);
984984
}
985985
case PI_DEVICE_INFO_MAX_COMPUTE_UNITS: {
986986
int compute_units = 0;

0 commit comments

Comments
 (0)