-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Issue Summary:
fpmath FAILED in OpenCL-CTS with test_basic on Android OS with ArrowLake platform
Test Steps:
1.Download opencl-cts binary and push opencl-cts binary to DUT[opencl-cts.tgz]
$ adb push /data
$ adb shell
$ cd /data
$ tar -xvf
2.add env
$ adb shell
$ export LD_LIBRARY_PATH=/system/lib64:/vendor/lib64
3.and check opencl device exist:
$ adb shell
$ clinfo | grep -E "CL_DEVICE_NAME|CL_DEVICE_TYPE"
4.execute the test case
$ adb shell
$ cd /data/opencl-cts
$ CL_CONFORMANCE_RESULTS_FILENAME=test_api.json
$./test_basic CL_DEVICE_TYPE_GPU 2>&1 | tee -a test_basic.log
Expected test result:
3.CL GPU device exist:
CL_DEVICE_TYPE: CL_DEVICE_TYPE_GPU
CL_DEVICE_NAME: Intel(R) Iris(R) Xe Graphics
4.all sub cases passed or skipped, no fail/incomplete
Actual test result:
fpmath/astype FAILED in IVI_OpenCL-CTS with test_basic.
failed case: fpmath/astype FAILED