api / kernel_attributes FAIL

Test metadata

Name kernel_attributes
Category api
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/api/bin/test_api
Arguments kernel_attributes

Run metadata

Parent job Job 139
Revision 6006d43e2d7dda5… / LLVM_FALLTHROUGH => [[fallthrough]]. NFC
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 05/24/2023
Duration 0 minutes
Status FAIL

Runner output

Stdout from the runner of the corresponding OpenCL CTS test:

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)
kernel_attributes...
ERROR: did not find expected attribute: 'vec_type_hint(uchar2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uchar3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uchar4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uchar8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uchar16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ushort2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ushort3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ushort4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ushort8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ushort16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uint2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uint3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uint4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uint8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(uint16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(float2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(float3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(float4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(float8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(float16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ulong2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ulong3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ulong4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ulong8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(ulong16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(half2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(half3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(half4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(half8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(half16)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(double2)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(double3)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(double4)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(double8)'
Attribute string reported as:
ERROR: did not find expected attribute: 'vec_type_hint(double16)'
Attribute string reported as:
kernel_attributes FAILED
PASSED sub-test.
FAILED 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.