subgroups / subgroup_functions_shuffle PASS

Test metadata

Name subgroup_functions_shuffle
Category subgroups
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/subgroups/bin/test_subgroups
Arguments subgroup_functions_shuffle

Run metadata

Parent job Job 125
Revision 147ff1b494bc6a3… / [SPIR-V] Fix llvm deprecated warnings
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 03/20/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)
subgroup_functions_shuffle...
sub_group_shuffle(int)...
sub_group_shuffle(int)... passed
sub_group_shuffle_xor(int)...
sub_group_shuffle_xor(int)... passed
sub_group_shuffle(uint)...
sub_group_shuffle(uint)... passed
sub_group_shuffle_xor(uint)...
sub_group_shuffle_xor(uint)... passed
sub_group_shuffle(long)...
sub_group_shuffle(long)... passed
sub_group_shuffle_xor(long)...
sub_group_shuffle_xor(long)... passed
sub_group_shuffle(ulong)...
sub_group_shuffle(ulong)... passed
sub_group_shuffle_xor(ulong)...
sub_group_shuffle_xor(ulong)... passed
sub_group_shuffle(short)...
sub_group_shuffle(short)... passed
sub_group_shuffle_xor(short)...
sub_group_shuffle_xor(short)... passed
sub_group_shuffle(ushort)...
sub_group_shuffle(ushort)... passed
sub_group_shuffle_xor(ushort)...
sub_group_shuffle_xor(ushort)... passed
sub_group_shuffle(char)...
sub_group_shuffle(char)... passed
sub_group_shuffle_xor(char)...
sub_group_shuffle_xor(char)... passed
sub_group_shuffle(uchar)...
sub_group_shuffle(uchar)... passed
sub_group_shuffle_xor(uchar)...
sub_group_shuffle_xor(uchar)... passed
sub_group_shuffle(float)...
sub_group_shuffle(float)... passed
sub_group_shuffle_xor(float)...
sub_group_shuffle_xor(float)... passed
sub_group_shuffle(double)...
sub_group_shuffle(double)... passed
sub_group_shuffle_xor(double)...
sub_group_shuffle_xor(double)... passed
sub_group_shuffle(half)...
sub_group_shuffle(half)... passed
sub_group_shuffle_xor(half)...
sub_group_shuffle_xor(half)... passed
subgroup_functions_shuffle 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.