• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# OpenCL Conformance Test Suite (full version)
3#
4
5# #########################################
6# Basic Information on the compute device
7# #########################################
8Compute Info,computeinfo/test_computeinfo
9
10# #########################################
11# Basic operation tests
12# #########################################
13Basic,basic/test_basic --compilation-mode binary --compilation-cache-path .
14API,api/test_api --compilation-mode binary --compilation-cache-path .
15Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path .
16
17# #########################################
18# Common mathematical functions
19# #########################################
20Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path .
21Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path .
22Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path .
23
24# #########################################
25# General operation
26# #########################################
27Thread Dimensions,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compilation-cache-path .
28Multiple Device/Context,multiple_device_context/test_multiples --compilation-mode binary --compilation-cache-path .
29Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path .
30Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path .
31Events,events/test_events --compilation-mode binary --compilation-cache-path .
32Allocations (single maximum),allocations/test_allocations single 5 all --compilation-mode binary --compilation-cache-path .
33Allocations (total maximum),allocations/test_allocations multiple 5 all --compilation-mode binary --compilation-cache-path .
34Vectors, vectors/test_vectors --compilation-mode binary --compilation-cache-path .
35Printf,printf/test_printf --compilation-mode binary --compilation-cache-path .
36Device Partitioning,device_partition/test_device_partition --compilation-mode binary --compilation-cache-path .
37
38# #########################################
39# Buffers and images
40# #########################################
41Images (API Info),images/clGetInfo/test_cl_get_info
42Buffers,buffers/test_buffers --compilation-mode binary --compilation-cache-path .
43Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods --compilation-mode binary --compilation-cache-path .
44Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST --compilation-mode binary --compilation-cache-path .
45Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST --compilation-mode binary --compilation-cache-path .
46Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST --compilation-mode binary --compilation-cache-path .
47Images (clCopyImage),images/clCopyImage/test_cl_copy_images
48Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
49Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
50Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
51Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
52Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images
53Images (clFillImage),images/clFillImage/test_cl_fill_images
54Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches
55Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images
56Images (Samplerless),images/samplerlessReads/test_samplerless_reads --compilation-mode binary --compilation-cache-path .
57Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches --compilation-mode binary --compilation-cache-path .
58Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images --compilation-mode binary --compilation-cache-path .
59Mem (Host Flags),mem_host_flags/test_mem_host_flags
60
61# #########################################
62# CPU is required to pass linear and normalized image filtering
63# #########################################
64CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL_FILTER_LINEAR --compilation-mode binary --compilation-cache-path .
65CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_LINEAR --compilation-mode binary --compilation-cache-path .
66CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_LINEAR --compilation-mode binary --compilation-cache-path .
67
68# #########################################
69# OpenGL/CL interaction
70# #########################################
71OpenCL-GL Sharing,gl/test_gl --compilation-mode binary --compilation-cache-path .
72
73# #########################################
74# Thorough math and conversions tests
75# #########################################
76Select,select/test_select --compilation-mode binary --compilation-cache-path .
77Conversions,conversions/test_conversions --compilation-mode binary --compilation-cache-path .
78Contractions,contractions/test_contractions --compilation-mode binary --compilation-cache-path .
79Math,math_brute_force/test_bruteforce --compilation-mode binary --compilation-cache-path .
80Integer Ops,integer_ops/test_integer_ops --compilation-mode binary --compilation-cache-path .
81Half Ops,half/test_half --compilation-mode binary --compilation-cache-path .
82
83#####################################
84# OpenCL 2.0 tests
85#####################################
86C11 Atomics,c11_atomics/test_c11_atomics --compilation-mode binary --compilation-cache-path .
87Execution Model,device_execution/test_device_execution --compilation-mode binary --compilation-cache-path .
88Generic Address Space,generic_address_space/test_generic_address_space --compilation-mode binary --compilation-cache-path .
89Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group --compilation-mode binary --compilation-cache-path .
90Pipes,pipes/test_pipes --compilation-mode binary --compilation-cache-path .
91SVM,SVM/test_svm --compilation-mode binary --compilation-cache-path .
92Workgroups,workgroups/test_workgroups --compilation-mode binary --compilation-cache-path .
93
94#####################################
95# OpenCL 2.1 tests
96#####################################
97Device timer,device_timer/test_device_timer
98SPIRV new,spirv_new/test_spirv_new --spirv-binaries-path spirv_bin
99
100#########################################
101# Extensions
102#########################################
103SPIR,spir/test_spir
104Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST --compilation-mode binary --compilation-cache-path .
105Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps --compilation-mode binary --compilation-cache-path .
106Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps --compilation-mode binary --compilation-cache-path .
107Subgroups,subgroups/test_subgroups --compilation-mode binary --compilation-cache-path .
108