basic / get_global_offset PASS

Test metadata

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

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 02/28/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_global_offset...
Testing 18,10,16 (18,10,1) with offsets (216,154,220)...
Testing 18,14,7 (18,14,1) with offsets (160,165,98)...
Testing 15,5,49 (15,5,1) with offsets (14,247,70)...
Testing 13,8,31 (13,8,1) with offsets (208,135,123)...
Testing 19,7,28 (19,7,1) with offsets (214,18,86)...
Testing 3,11,3 (3,11,3) with offsets (94,213,245)...
Testing 25,3,47 (25,3,1) with offsets (223,251,121)...
Testing 26,13,6 (26,1,6) with offsets (133,200,174)...
Testing 4,12,55 (4,12,5) with offsets (149,36,138)...
Testing 31,13,6 (31,1,6) with offsets (27,106,121)...
Testing 9,3,117 (9,3,9) with offsets (189,117,55)...
Testing 19,3,2 (19,3,2) with offsets (83,158,38)...
Testing 20,4,32 (20,4,2) with offsets (99,242,231)...
Testing 22,8,9 (22,8,1) with offsets (157,112,231)...
Testing 23,2,6 (23,2,3) with offsets (249,171,167)...
Testing 22,3,14 (22,3,2) with offsets (92,33,192)...
get_global_offset 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.