basic / astype PASS

Test metadata

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

Run metadata

Parent job Job 139
Revision 6006d43e2d7dda5… / LLVM_FALLTHROUGH => [[fallthrough]]. NFC
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 05/24/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)
astype...
(char->uchar)
(char->short)
(char->ushort)
(char->int)
(char->uint)
(char->long)
(char->ulong)
(char->float)
(char->double)
(uchar->char)
(uchar->short)
(uchar->ushort)
(uchar->int)
(uchar->uint)
(uchar->long)
(uchar->ulong)
(uchar->float)
(uchar->double)
(short->char)
(short->uchar)
(short->ushort)
(short->int)
(short->uint)
(short->long)
(short->ulong)
(short->float)
(short->double)
(ushort->char)
(ushort->uchar)
(ushort->short)
(ushort->int)
(ushort->uint)
(ushort->long)
(ushort->ulong)
(ushort->float)
(ushort->double)
(int->char)
(int->uchar)
(int->short)
(int->ushort)
(int->uint)
(int->long)
(int->ulong)
(int->float)
(int->double)
(uint->char)
(uint->uchar)
(uint->short)
(uint->ushort)
(uint->int)
(uint->long)
(uint->ulong)
(uint->float)
(uint->double)
(long->char)
(long->uchar)
(long->short)
(long->ushort)
(long->int)
(long->uint)
(long->ulong)
(long->float)
(long->double)
(ulong->char)
(ulong->uchar)
(ulong->short)
(ulong->ushort)
(ulong->int)
(ulong->uint)
(ulong->long)
(ulong->float)
(ulong->double)
(float->char)
(float->uchar)
(float->short)
(float->ushort)
(float->int)
(float->uint)
(float->long)
(float->ulong)
(float->double)
(double->char)
(double->uchar)
(double->short)
(double->ushort)
(double->int)
(double->uint)
(double->long)
(double->ulong)
(double->float)
astype 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.