basic / vec_type_hint PASS

Test metadata

Name vec_type_hint
Category basic
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/basic/bin/test_basic
Arguments vec_type_hint

Run metadata

Parent job Job 126
Revision dc4330a9259f8a5… / [SPIR-V] Promote arbitrary width ints to regular width
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 03/22/2023
Duration 0 minutes
Status PASS

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)
vec_type_hint...
Testing __attribute__((vec_type_hint(char))...
Testing __attribute__((vec_type_hint(char2))...
Testing __attribute__((vec_type_hint(char4))...
Testing __attribute__((vec_type_hint(char8))...
Testing __attribute__((vec_type_hint(char16))...
Testing __attribute__((vec_type_hint(uchar))...
Testing __attribute__((vec_type_hint(uchar2))...
Testing __attribute__((vec_type_hint(uchar4))...
Testing __attribute__((vec_type_hint(uchar8))...
Testing __attribute__((vec_type_hint(uchar16))...
Testing __attribute__((vec_type_hint(short))...
Testing __attribute__((vec_type_hint(short2))...
Testing __attribute__((vec_type_hint(short4))...
Testing __attribute__((vec_type_hint(short8))...
Testing __attribute__((vec_type_hint(short16))...
Testing __attribute__((vec_type_hint(ushort))...
Testing __attribute__((vec_type_hint(ushort2))...
Testing __attribute__((vec_type_hint(ushort4))...
Testing __attribute__((vec_type_hint(ushort8))...
Testing __attribute__((vec_type_hint(ushort16))...
Testing __attribute__((vec_type_hint(int))...
Testing __attribute__((vec_type_hint(int2))...
Testing __attribute__((vec_type_hint(int4))...
Testing __attribute__((vec_type_hint(int8))...
Testing __attribute__((vec_type_hint(int16))...
Testing __attribute__((vec_type_hint(uint))...
Testing __attribute__((vec_type_hint(uint2))...
Testing __attribute__((vec_type_hint(uint4))...
Testing __attribute__((vec_type_hint(uint8))...
Testing __attribute__((vec_type_hint(uint16))...
Testing __attribute__((vec_type_hint(long))...
Testing __attribute__((vec_type_hint(long2))...
Testing __attribute__((vec_type_hint(long4))...
Testing __attribute__((vec_type_hint(long8))...
Testing __attribute__((vec_type_hint(long16))...
Testing __attribute__((vec_type_hint(ulong))...
Testing __attribute__((vec_type_hint(ulong2))...
Testing __attribute__((vec_type_hint(ulong4))...
Testing __attribute__((vec_type_hint(ulong8))...
Testing __attribute__((vec_type_hint(ulong16))...
Testing __attribute__((vec_type_hint(float))...
Testing __attribute__((vec_type_hint(float2))...
Testing __attribute__((vec_type_hint(float4))...
Testing __attribute__((vec_type_hint(float8))...
Testing __attribute__((vec_type_hint(float16))...
Testing doubles.
Testing __attribute__((vec_type_hint(double))...
Testing __attribute__((vec_type_hint(double2))...
Testing __attribute__((vec_type_hint(double4))...
Testing __attribute__((vec_type_hint(double8))...
Testing __attribute__((vec_type_hint(double16))...
vec_type_hint 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.