non_uniform_work_group / non_uniform_3d_basic PASS

Test metadata

Name non_uniform_3d_basic
Category non_uniform_work_group
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/non_uniform_work_group/bin/test_non_uniform_work_group
Arguments non_uniform_3d_basic

Run metadata

Parent job Job 113
Revision 2ca51d43f10cf99… / phab-diff-500842: [SPIRV] fix several issues in builds with expe…
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 03/01/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)
non_uniform_3d_basic...
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {257, 10, 10}
Local work group size: {256, 1, 1}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {10, 257, 10}
Local work group size: {2, 64, 2}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {13, 32, 257}
Local work group size: {8, 4, 8}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {113, 113, 113}
Local work group size: {8, 8, 4}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {257, 23, 16}
Local work group size: NULL
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
Local work group size calculated by driver: {1, 1, 1}
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {113, 113, 113}
Local work group size: NULL
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
Local work group size calculated by driver: {113, 1, 1}
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {10711, 13, 13}
Local work group size: {131, 1, 1}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {541, 251, 13}
Local work group size: {13, 17, 1}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
T E S T P A R A M E T E R S :
Number of dimensions: 3
Global work group size: {373, 13, 279}
Local work group size: {3, 5, 7}
Global work group offset: NULL
reqd_work_group_size attribute: attribute disabled
Test range: basic
All 9 subtest(s) passed
non_uniform_3d_basic 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.