Files
OpenCL-CTS/test_conformance/opencl_conformance_tests_full.csv
Kevin Petit d8733efc0f Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github.

This commit contains all the changes that have been done in
Gitlab since the first public release of the conformance tests.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2019-03-05 16:23:49 +00:00

4.3 KiB

1#
2# OpenCL Conformance Test Suite (full version)
3#
4# #########################################
5# Basic Information on the compute device
6# #########################################
7Compute Info,computeinfo/computeinfo
8# #########################################
9# Basic operation tests
10# #########################################
11Basic,basic/test_basic
12API,api/test_api
13Compiler,compiler/test_compiler
14# #########################################
15# Common mathematical functions
16# #########################################
17Common Functions,commonfns/test_commonfns
18Geometric Functions,geometrics/test_geometrics
19Relationals,relationals/test_relationals
20# #########################################
21# General operation
22# #########################################
23Thread Dimensions,thread_dimensions/test_thread_dimensions full*
24Multiple Device/Context,multiple_device_context/test_multiples
25Atomics,atomics/test_atomics
26Profiling,profiling/test_profiling
27Events,events/test_events
28Allocations (single maximum),allocations/test_allocations single 5 all
29Allocations (total maximum),allocations/test_allocations multiple 5 all
30VecAlign, vec_align/test_vecalign
31VecStep, vec_step/test_vecstep
32Printf,printf/test_printf
33Device Partitioning,device_partition/test_device_partition
34# #########################################
35# Buffers and images
36# #########################################
37Buffers,buffers/test_buffers
38Images (API Info),images/clGetInfo/test_cl_get_info
39Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
40Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
41Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
42Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
43Images (clCopyImage),images/clCopyImage/test_cl_copy_images
44Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
45Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
46Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
47Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
48Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images
49Images (clFillImage),images/clFillImage/test_cl_fill_images
50Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches
51Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images
52Images (Samplerless),images/samplerlessReads/test_samplerless_reads
53Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches
54Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images
55Mem (Host Flags),mem_host_flags/test_mem_host_flags
56# #########################################
57# Headers
58# #########################################
59Headers (cl_typen), headers/test_headers
60Headers (cl.h standalone), headers/test_cl_h
61Headers (cl_platform.h standalone), headers/test_cl_platform_h
62Headers (cl_gl.h standalone), headers/test_cl_gl_h
63Headers (opencl.h standalone), headers/test_opencl_h
64Headers (cl.h standalone C99), headers/test_cl_h_c99
65Headers (cl_platform.h standalone C99), headers/test_cl_platform_h_c99
66Headers (cl_gl.h standalone C99), headers/test_cl_gl_h_c99
67Headers (opencl.h standalone C99), headers/test_opencl_h_c99
68# #########################################
69# CPU is required to pass linear and normalized image filtering
70# #########################################
71CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL_FILTER_LINEAR
72CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_LINEAR
73CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_LINEAR
74# #########################################
75# OpenGL/CL interaction
76# #########################################
77OpenCL-GL Sharing,gl/test_gl
78# #########################################
79# Thorough math and conversions tests
80# #########################################
81Select,select/test_select
82Conversions,conversions/test_conversions
83Contractions,contractions/contractions
84Math,math_brute_force/bruteforce
85Integer Ops,integer_ops/test_integer_ops
86Half Ops,half/Test_half