printf / address_space_3 PASS
Test metadata
Name | address_space_3 |
---|---|
Category | printf |
Suite | Khronos OpenCL CTS |
Suite version | 80a4a833 |
Executable path | /test_conformance/printf/bin/test_printf |
Arguments | address_space_3 |
Run metadata
Parent job | Job 123 |
---|---|
Revision | 78ea3cb0bb1954c… / [SPIR-V] Report modifying IR in SPIRVPrepareFunctions |
Driver version | NEO 22.34.24023; IGC 1.0.11702.1 |
Date run | 03/17/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)
Compute Device info:
Processing with 1 devices
Device Frequency: 1200 MHz
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
sizeof( void*) = 8
ARCH: x86_64
system name = Linux
node name = testrunner1
release = 5.19.0-32-generic
version = #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2
machine = x86_64
Test binary built Sep 8 2022 23:41:19
address_space_3...
3)testing kernel //variable private int x;
x = (int)-1;
printf("%i
",x)
address_space_3 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.