Skip to content

Commit 66c4422

Browse files
committed
Report cl_khr_fp16 on native cpu
1 parent 8cdd099 commit 66c4422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/native_cpu/device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
9090
// TODO : Populate return string accordingly - e.g. cl_khr_fp16,
9191
// cl_khr_fp64, cl_khr_int64_base_atomics,
9292
// cl_khr_int64_extended_atomics
93-
return ReturnValue("cl_khr_fp64 ");
93+
return ReturnValue("cl_khr_fp16, cl_khr_fp64 ");
9494
case UR_DEVICE_INFO_VERSION:
9595
return ReturnValue("0.1");
9696
case UR_DEVICE_INFO_COMPILER_AVAILABLE:

0 commit comments

Comments
 (0)