Files
OpenCL-CTS/test_conformance/opencl_conformance_tests_20_full.csv
Kévin Petit 869d5a1032 Merge vec_step and vec_align binaries into a new vectors binary (#926)
* Merge vec_step and vec_align binaries into a new vectors binary

This change just merges the two suites to reuse common functions
and definitions. There is probably room for further code consolidation
but probably best done as a separate change.

Contributes to #683

Signed-off-by: Kevin Petit <kevin.petit@arm.com>

* format fixes
2020-09-08 18:16:08 +01:00

4.5 KiB

1#
2# OpenCL Conformance Test Suite (full version)
3#
4# #########################################
5# Basic Information on the compute device
6# #########################################
7Compute Info,computeinfo/test_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
30Vectors, vectors/test_vectors
31Printf,printf/test_printf
32Device Partitioning,device_partition/test_device_partition
33# #########################################
34# Buffers and images
35# #########################################
36Buffers,buffers/test_buffers
37Images (API Info),images/clGetInfo/test_cl_get_info
38Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
39Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
40Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
41Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
42Images (clCopyImage),images/clCopyImage/test_cl_copy_images
43Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
44Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
45Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
46Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
47Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images
48Images (clFillImage),images/clFillImage/test_cl_fill_images
49Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches
50Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images
51Images (Samplerless),images/samplerlessReads/test_samplerless_reads
52Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches
53Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images
54Mem (Host Flags),mem_host_flags/test_mem_host_flags
55# #########################################
56# CPU is required to pass linear and normalized image filtering
57# #########################################
58CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL_FILTER_LINEAR
59CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_LINEAR
60CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_LINEAR
61# #########################################
62# OpenGL/CL interaction
63# #########################################
64OpenCL-GL Sharing,gl/test_gl
65# #########################################
66# Thorough math and conversions tests
67# #########################################
68Select,select/test_select
69Conversions,conversions/test_conversions
70Contractions,contractions/test_contractions
71Math,math_brute_force/test_bruteforce
72Integer Ops,integer_ops/test_integer_ops
73Half Ops,half/test_half
74#####################################
75# OpenCL 2.0 tests
76#####################################
77C11 Atomics,c11_atomics/test_c11_atomics
78Execution Model,device_execution/test_device_execution
79Generic Address Space,generic_address_space/test_generic_address_space
80Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
81Pipes,pipes/test_pipes
82SVM,SVM/test_svm
83Workgroups,workgroups/test_workgroups
84#########################################
85# Extensions
86#########################################
87SPIR,spir/test_spir
88Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
89Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps
90Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps
91Subgroups,subgroups/test_subgroups