basic / get_linear_ids PASS

Test metadata

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

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)
get_linear_ids...
testing offset=54881 global=3264 local=204...
testing offset=(71519,84427) global=(52,60) local=(52,4)...
testing offset=(54488,84726,42365) global=(14,14,10) local=(14,14,1)...
testing offset=43759 global=2656 local=166...
testing offset=(89178,5671) global=(64,40) local=(64,4)...
testing offset=(38344,47766,79173) global=(16,12,12) local=(16,12,1)...
testing offset=56805 global=2852 local=124...
testing offset=(92560,83608) global=(32,44) local=(32,4)...
testing offset=(8713,64817,2021) global=(10,16,16) local=(10,16,1)...
testing offset=77816 global=2332 local=212...
testing offset=(87002,87009) global=(64,48) local=(64,4)...
testing offset=(79916,80091,46148) global=(12,14,14) local=(12,14,1)...
get_linear_ids 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.