compiler / large_compile PASS

Test metadata

Name large_compile
Category compiler
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/compiler/bin/test_compiler
Arguments large_compile

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 1 minute
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)
large_compile...
Testing large compiles...this might take awhile...
64...
Performance Number 64 lines (in wall time in secs, lower is better): 0.229783
128...
Performance Number 128 lines (in wall time in secs, lower is better): 0.310745
256...
Performance Number 256 lines (in wall time in secs, lower is better): 0.61898
512...
Performance Number 512 lines (in wall time in secs, lower is better): 1.79091
1024...
Performance Number 1024 lines (in wall time in secs, lower is better): 6.44313
2048...
Performance Number 2048 lines (in wall time in secs, lower is better): 23.7904
4096...
Performance Number 4096 lines (in wall time in secs, lower is better): 73.8127
large_compile 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.