integer_ops / quick_ushort_logic PASS

Test metadata

Name quick_ushort_logic
Category integer_ops
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/integer_ops/bin/test_integer_ops
Arguments quick_ushort_logic

Run metadata

Parent job Job 126
Revision dc4330a9259f8a5… / [SPIR-V] Promote arbitrary width ints to regular width
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 03/22/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)
quick_ushort_logic...
Testing "&" passed
Testing "|" passed
Testing "^" passed
Testing "~" passed
Testing "&&" passed
Testing "||" passed
Testing "!" passed
quick_ushort_logic passed
PASSED sub-test.
PASSED test.
ThreadPool: thread 7 exiting.
ThreadPool: thread 2 exiting.
ThreadPool: thread 9 exiting.
ThreadPool: thread 11 exiting.
ThreadPool: thread 10 exiting.
ThreadPool: thread 4 exiting.
ThreadPool: thread 13 exiting.
ThreadPool: thread 8 exiting.
ThreadPool: thread 12 exiting.
ThreadPool: thread 1 exiting.
ThreadPool: thread 6 exiting.
ThreadPool: thread 14 exiting.
ThreadPool: thread 3 exiting.
ThreadPool: thread 0 exiting.
ThreadPool: thread 15 exiting.
ThreadPool: thread 5 exiting.
Thread pool exited in a orderly fashion.

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.