mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Update CTS csv files. (#971)
* This removes API specific csv files, as these are no longer required. This also updates opencl_conformance_tests_quick.csv to include >= 2.0 tests. No changes were required for opencl_conformance_tests_full.csv. Addresses #863 * Pass the correct arguments to test_spirv_new.
This commit is contained in:
@@ -30,7 +30,7 @@ Atomics,atomics/test_atomics
|
||||
Profiling,profiling/test_profiling
|
||||
Events,events/test_events
|
||||
Allocations (single maximum),allocations/test_allocations single 5 all
|
||||
Allocations (total maximum),allocations/test_allocations multiple 5 all
|
||||
Allocations (total maximum),allocations/test_allocations multiple 5 all
|
||||
Vectors, vectors/test_vectors
|
||||
Printf,printf/test_printf
|
||||
Device Partitioning,device_partition/test_device_partition
|
||||
@@ -39,23 +39,23 @@ Device Partitioning,device_partition/test_device_partition
|
||||
# Buffers and images
|
||||
# #########################################
|
||||
Buffers,buffers/test_buffers
|
||||
Images (API Info),images/clGetInfo/test_cl_get_info
|
||||
Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
|
||||
Images (API Info),images/clGetInfo/test_cl_get_info
|
||||
Images (Kernel Methods),images/kernel_image_methods/test_kernel_image_methods
|
||||
Images (Kernel),images/kernel_read_write/test_image_streams CL_FILTER_NEAREST
|
||||
Images (Kernel pitch),images/kernel_read_write/test_image_streams use_pitches CL_FILTER_NEAREST
|
||||
Images (Kernel max size),images/kernel_read_write/test_image_streams max_images CL_FILTER_NEAREST
|
||||
Images (clCopyImage),images/clCopyImage/test_cl_copy_images
|
||||
Images (clCopyImage small),images/clCopyImage/test_cl_copy_images small_images
|
||||
Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
|
||||
Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
|
||||
Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
|
||||
Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images
|
||||
Images (clFillImage),images/clFillImage/test_cl_fill_images
|
||||
Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches
|
||||
Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images
|
||||
Images (Samplerless),images/samplerlessReads/test_samplerless_reads
|
||||
Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches
|
||||
Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images
|
||||
Images (clCopyImage max size),images/clCopyImage/test_cl_copy_images max_images
|
||||
Images (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images
|
||||
Images (clReadWriteImage pitch),images/clReadWriteImage/test_cl_read_write_images use_pitches
|
||||
Images (clReadWriteImage max size),images/clReadWriteImage/test_cl_read_write_images max_images
|
||||
Images (clFillImage),images/clFillImage/test_cl_fill_images
|
||||
Images (clFillImage pitch),images/clFillImage/test_cl_fill_images use_pitches
|
||||
Images (clFillImage max size),images/clFillImage/test_cl_fill_images max_images
|
||||
Images (Samplerless),images/samplerlessReads/test_samplerless_reads
|
||||
Images (Samplerless pitch),images/samplerlessReads/test_samplerless_reads use_pitches
|
||||
Images (Samplerless max size),images/samplerlessReads/test_samplerless_reads max_images
|
||||
Mem (Host Flags),mem_host_flags/test_mem_host_flags
|
||||
|
||||
# #########################################
|
||||
@@ -95,7 +95,7 @@ Workgroups,workgroups/test_workgroups
|
||||
# OpenCL 2.1 tests
|
||||
#####################################
|
||||
Device timer,device_timer/test_device_timer
|
||||
SPIRV new,spirv_new/test_spirv_new -ILPath spirv_bin
|
||||
SPIRV new,spirv_new/test_spirv_new --spirv-binaries-path spirv_bin
|
||||
|
||||
#########################################
|
||||
# Extensions
|
||||
|
||||
|
Reference in New Issue
Block a user