mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
The extension tests in `test_conformance/extensions` have not matching entries in the `opencl_conformance_tests_*.csv` files. This means that they are missed from conformance runs by vendors who use these files. I've included the new extensions in the full and quick CSV files as they don't have vast combinations of tests to run like bruteforce or conversions. I've put `cl_khr_dx9_media_sharing` in the `test_conformance/opencl_conformance_tests_d3d.csv` CSV as like the other tests there the test binary is conditional built only on a Windows platform. I've created a new `opencl_conformance_tests_vulkan.csv ` file for testing the `cl_khr_external_semaphore` extension, as creation of the binary is conditional on the Vulkan SDK being enabled environment. Any other tests that require the Vulkan SDK in future can also be added there.
5.2 KiB
5.2 KiB
| 1 | # |
|---|---|
| 2 | # OpenCL Conformance Test Suite (quick version) |
| 3 | # The quick version skips some long-running image tests, runs a shorter math test, |
| 4 | # and does not run the conversion test. |
| 5 | # |
| 6 | # ######################################### |
| 7 | # Basic Information on the compute device |
| 8 | # ######################################### |
| 9 | Compute Info,computeinfo/test_computeinfo |
| 10 | # ######################################### |
| 11 | # Basic operation tests |
| 12 | # ######################################### |
| 13 | Basic,basic/test_basic |
| 14 | API,api/test_api |
| 15 | Compiler,compiler/test_compiler |
| 16 | # ######################################### |
| 17 | # Common mathematical functions |
| 18 | # ######################################### |
| 19 | Common Functions,commonfns/test_commonfns |
| 20 | Geometric Functions,geometrics/test_geometrics |
| 21 | Relationals,relationals/test_relationals |
| 22 | # ######################################### |
| 23 | # General operation |
| 24 | # ######################################### |
| 25 | Thread Dimensions,thread_dimensions/test_thread_dimensions quick* |
| 26 | #Multiple Device/Context,multiple_device_context/test_multiples |
| 27 | Atomics,atomics/test_atomics |
| 28 | Profiling,profiling/test_profiling |
| 29 | Events,events/test_events |
| 30 | Allocations (single maximum),allocations/test_allocations single 5 all |
| 31 | Allocations (total maximum),allocations/test_allocations multiple 5 all |
| 32 | Printf,printf/test_printf |
| 33 | Device Partitioning,device_partition/test_device_partition |
| 34 | # ######################################### |
| 35 | # Buffers and images |
| 36 | # ######################################### |
| 37 | Buffers,buffers/test_buffers |
| 38 | Images (API Info),images/clGetInfo/test_cl_get_info |
| 39 | Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods |
| 40 | Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST |
| 41 | Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST |
| 42 | Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST |
| 43 | Images (clCopyImage),images/clCopyImage/test_cl_copy_images |
| 44 | Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images |
| 45 | Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images |
| 46 | Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches |
| 47 | Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images |
| 48 | Images (clFillImage),images/clFillImage/test_cl_fill_images |
| 49 | Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches |
| 50 | Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images |
| 51 | Images (Samplerless),images/samplerlessReads/test_samplerless_reads |
| 52 | Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches |
| 53 | Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images |
| 54 | Mem (Host Flags),mem_host_flags/test_mem_host_flags |
| 55 | # ######################################### |
| 56 | # CPU is required to pass linear and normalized image filtering |
| 57 | # ######################################### |
| 58 | CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR),images/kernel_read_write/test_image_streams CL_FILTER_LINEAR |
| 59 | CL_DEVICE_TYPE_CPU, Images (Kernel CL_FILTER_LINEAR pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_LINEAR |
| 60 | CL_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 | # ######################################### |
| 64 | OpenCL-GL Sharing,gl/test_gl |
| 65 | # ######################################### |
| 66 | # Thorough math and conversions tests |
| 67 | # ######################################### |
| 68 | Select,select/test_select |
| 69 | #Conversions,conversions/test_conversions |
| 70 | Contractions,contractions/test_contractions |
| 71 | Math,math_brute_force/test_bruteforce -w |
| 72 | Integer Ops,integer_ops/test_integer_ops integer_* quick_* |
| 73 | Half Ops,half/test_half -w |
| 74 | ##################################### |
| 75 | # OpenCL 2.0 tests |
| 76 | ##################################### |
| 77 | C11 Atomics,c11_atomics/test_c11_atomics |
| 78 | Execution Model,device_execution/test_device_execution |
| 79 | Generic Address Space,generic_address_space/test_generic_address_space |
| 80 | Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group |
| 81 | Pipes,pipes/test_pipes |
| 82 | SVM,SVM/test_svm |
| 83 | Workgroups,workgroups/test_workgroups |
| 84 | ##################################### |
| 85 | # OpenCL 2.1 tests |
| 86 | ##################################### |
| 87 | Device timer,device_timer/test_device_timer |
| 88 | SPIRV new,spirv_new/test_spirv_new --spirv-binaries-path spirv_bin |
| 89 | ######################################### |
| 90 | # Extensions |
| 91 | ######################################### |
| 92 | SPIR,spir/test_spir |
| 93 | Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST |
| 94 | Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps |
| 95 | Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps |
| 96 | Subgroups,subgroups/test_subgroups |
| 97 | cl_ext_cxx_for_opencl,extensions/cl_ext_cxx_for_opencl/test_cl_ext_cxx_for_opencl |
| 98 | cl_khr_semaphore,extensions/cl_khr_semaphore/test_cl_khr_semaphore |
| 99 | cl_khr_command_buffer,extensions/cl_khr_command_buffer/test_cl_khr_command_buffer |
| 100 | cl_khr_command_buffer_mutable_dispatch,extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/test_cl_khr_mutable_dispatch |
| 101 | cl_khr_kernel_clock,extensions/cl_khr_kernel_clock/test_cl_khr_kernel_clock |