allocations / image2d_write PASS

Test metadata

Name image2d_write
Category allocations
Suite Khronos OpenCL CTS
Suite version 80a4a833
Executable path /test_conformance/allocations/bin/test_allocations
Arguments image2d_write

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)
Device reports CL_DEVICE_MAX_MEM_ALLOC_SIZE=4294959104 bytes (4095.99MB), CL_DEVICE_GLOBAL_MEM_SIZE=26817650688 bytes (25575.3MB).
Device shares memory with the host, so backing off the maximum combined allocation size to be 12787.7MB to avoid rampant paging.
image2d_write...
** Target allocation size (rounded to nearest MB) is: 4293918720 bytes (4095MB).
** Allocating write-only image(s) to size 4095MB.
=> Allocation 1
Attempting to allocate a write-only image of size 4095MB.
Succeeded in allocating 4094.75MB using 1 memory objects.
Executing kernel with memory objects.
Image contents verified.
PASS: Allocation succeeded.
image2d_write 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.