select / select_ushort_ushort PASS

Test metadata

Name select_ushort_ushort
Category select
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/select/bin/test_select
Arguments select_ushort_ushort

Run metadata

Parent job Job 68
Revision 7801201666229c5… / phab-diff-484636: [SPIRV] support __spirv_Load/Store builtin fun…
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 12/22/2022
Duration 0 minutes
Status PASS

Runner output

Stdout from the runner of the corresponding OpenCL CTS test:

Test binary built Sep 8 2022 23:41:22
Initializing random seed to 0.
Requesting Default device based on command line for platform index 0 and device index 0
Compute Device Name = Intel(R) UHD Graphics 630 [0x3e98], Compute Device Vendor = Intel(R) Corporation, Compute Device Version = OpenCL 3.0 NEO , CL C Version = OpenCL C 1.2
Device latest conformance version passed: v2022-04-22-00
Supports single precision denormals: YES
sizeof( void*) = 8 (host)
sizeof( void*) = 8 (device)
select_ushort_ushort...
Building select_ushort_ushort(ushort, ushort, ushort)
Building select_ushort2_ushort2(ushort2, ushort2, ushort2)
Building select_ushort3_ushort3(ushort3, ushort3, ushort3)
Building select_ushort4_ushort4(ushort4, ushort4, ushort4)
Building select_ushort8_ushort8(ushort8, ushort8, ushort8)
Building select_ushort16_ushort16(ushort16, ushort16, ushort16)
Testing...
(check_ushort) Error for vector size 3 found at 0x0007fffe (of 0x00080000): *0x36e6 vs 0xffff
vec_size:3 indx: 0x0000000000000000
select_ushort_ushort passed
PASSED sub-test.
PASSED test.

Stderr from the runner of the corresponding OpenCL CTS test:

Runner dumps

The files below were generated by the Intel Graphics Compiler after setting the IGC_ShaderDumpEnable=1 variable. OCL_asmX_before_spirv_backend.spv is the input binary SPIR-V generated by the IGC's OpenCL frontend, from which the SPIRV-LLVM-Translator generates OCL_asmX_before_spirv_backend.ll module which is passed to the SPIR-V backend. The backend outputs OCL_asmX_after_spirv_backend.spv SPIR-V binary which returns to IGC to be translated to LLVM module OCL_asmX_after_spirv_backend.ll for further compilation.