Skip to content

Commit f5172aa

Browse files
Try to address HIP plugin failure
1 parent ae8a8ad commit f5172aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/hip/pi_hip.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,7 @@ pi_result hip_piDeviceGetInfo(pi_device device, pi_device_info param_name,
19801980
case PI_DEVICE_INFO_GPU_HW_THREADS_PER_EU:
19811981
case PI_DEVICE_INFO_MAX_MEM_BANDWIDTH:
19821982
case PI_EXT_ONEAPI_DEVICE_INFO_BFLOAT16_MATH_FUNCTIONS:
1983+
case PI_EXT_ONEAPI_DEVICE_INFO_CUDA_ASYNC_BARRIER:
19831984
setErrorMessage("HIP backend does not support this query",
19841985
PI_ERROR_INVALID_ARG_VALUE);
19851986
return PI_ERROR_PLUGIN_SPECIFIC_ERROR;

0 commit comments

Comments
 (0)