basic / vstore_private PASS

Test metadata

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

Run metadata

Parent job Job 125
Revision 147ff1b494bc6a3… / [SPIR-V] Fix llvm deprecated warnings
Driver version NEO 22.34.24023; IGC 1.0.11702.1
Date run 03/20/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)
vstore_private...
Testing with buffer size of 256.
Testing char2...
Testing char3...
Testing char4...
Testing char8...
Testing char16...
Testing uchar2...
Testing uchar3...
Testing uchar4...
Testing uchar8...
Testing uchar16...
Testing short2...
Testing short3...
Testing short4...
Testing short8...
Testing short16...
Testing ushort2...
Testing ushort3...
Testing ushort4...
Testing ushort8...
Testing ushort16...
Testing int2...
Testing int3...
Testing int4...
Testing int8...
Testing int16...
Testing uint2...
Testing uint3...
Testing uint4...
Testing uint8...
Testing uint16...
Testing long2...
Testing long3...
Testing long4...
Testing long8...
Testing long16...
Testing ulong2...
Testing ulong3...
Testing ulong4...
Testing ulong8...
Testing ulong16...
Testing float2...
Testing float3...
Testing float4...
Testing float8...
Testing float16...
Testing double2...
Testing double3...
Testing double4...
Testing double8...
Testing double16...
vstore_private 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.