• 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
14API,api/test_api
15Compiler,compiler/test_compiler
16
17# #########################################
18# Common mathematical functions
19# #########################################
20Common Functions,commonfns/test_commonfns
21Geometric Functions,geometrics/test_geometrics
22Relationals,relationals/test_relationals
23
24# #########################################
25# General operation
26# #########################################
27Thread Dimensions,thread_dimensions/test_thread_dimensions full*
28Multiple Device/Context,multiple_device_context/test_multiples
29Atomics,atomics/test_atomics
30Profiling,profiling/test_profiling
31Events,events/test_events
32Allocations (single maximum),allocations/test_allocations single 5 all
33Allocations (total maximum),allocations/test_allocations multiple 5 all
34Vectors, vectors/test_vectors
35Printf,printf/test_printf
36Device Partitioning,device_partition/test_device_partition
37
38# #########################################
39# Buffers and images
40# #########################################
41Buffers,buffers/test_buffers
42Images (API Info),images/clGetInfo/test_cl_get_info
43Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
44Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
45Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
46Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
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
57Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches
58Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images
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
65CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_LINEAR
66CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_LINEAR
67
68# #########################################
69# OpenGL/CL interaction
70# #########################################
71OpenCL-GL Sharing,gl/test_gl
72
73# #########################################
74# Thorough math and conversions tests
75# #########################################
76Select,select/test_select
77Conversions,conversions/test_conversions
78Contractions,contractions/test_contractions
79Math,math_brute_force/test_bruteforce
80Integer Ops,integer_ops/test_integer_ops
81Half Ops,half/test_half
82
83#####################################
84# OpenCL 2.0 tests
85#####################################
86C11 Atomics,c11_atomics/test_c11_atomics
87Execution Model,device_execution/test_device_execution
88Generic Address Space,generic_address_space/test_generic_address_space
89Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
90Pipes,pipes/test_pipes
91SVM,SVM/test_svm
92Workgroups,workgroups/test_workgroups
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
105Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps
106Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps
107Subgroups,subgroups/test_subgroups
108