Fix test executable names in CSV files (#705)

The following test executable name changes have been made in the
conformance CSV files to match those found in the `test_conformance`
build directory:

* `contractions` -> `test_contractions`
* `computeinfo` -> `test_computeinfo`
* `bruteforce` -> `test_bruteforce`
* `Test_half` -> `test_half`
* `test_SVM` -> `test_svm`
This commit is contained in:
Kenneth Benzie
2020-03-25 14:27:36 +00:00
committed by GitHub
parent efaf024035
commit c2dfe8cf25
11 changed files with 34 additions and 34 deletions

View File

@@ -75,7 +75,7 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
#Conversions,conversions/test_conversions #Conversions,conversions/test_conversions
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/test_bruteforce -w Math,math_brute_force/test_bruteforce -w
Integer Ops,integer_ops/test_integer_ops integer_* quick_* Integer Ops,integer_ops/test_integer_ops integer_* quick_*
Half Ops,half/test_half -w Half Ops,half/test_half -w
1 #
75
76
77
78
79
80
81

View File

@@ -5,7 +5,7 @@
# ######################################### # #########################################
# Basic Information on the compute device # Basic Information on the compute device
# ######################################### # #########################################
Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
# ######################################### # #########################################
# Basic operation tests # Basic operation tests
@@ -76,10 +76,10 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
Conversions,conversions/test_conversions Conversions,conversions/test_conversions
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/bruteforce Math,math_brute_force/test_bruteforce
Integer Ops,integer_ops/test_integer_ops Integer Ops,integer_ops/test_integer_ops
Half Ops,half/Test_half Half Ops,half/test_half
##################################### #####################################
# OpenCL 2.0 tests # OpenCL 2.0 tests
@@ -89,7 +89,7 @@ Execution Model,device_execution/test_device_execution
Generic Address Space,generic_address_space/test_generic_address_space Generic Address Space,generic_address_space/test_generic_address_space
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
Pipes,pipes/test_pipes Pipes,pipes/test_pipes
SVM,SVM/test_SVM SVM,SVM/test_svm
Workgroups,workgroups/test_workgroups Workgroups,workgroups/test_workgroups
######################################### #########################################
@@ -99,4 +99,4 @@ SPIR,spir/test_spir
Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps
Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps
Subgroups,subgroups/test_subgroups Subgroups,subgroups/test_subgroups
1 #
5 # Basic Information on the compute device
6 # #########################################
7 Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
8 # #########################################
9 # Basic operation tests
10 # #########################################
11 Basic,basic/test_basic
76 # OpenCL 2.0 tests
77 #####################################
78 C11 Atomics,c11_atomics/test_c11_atomics
79 Execution Model,device_execution/test_device_execution
80 Generic Address Space,generic_address_space/test_generic_address_space
81 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
82 Pipes,pipes/test_pipes
83 SVM,SVM/test_SVM SVM,SVM/test_svm
84 Workgroups,workgroups/test_workgroups
85 #########################################
89 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
90 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps
91 Mipmaps (clReadWriteImage),images/clReadWriteImage/test_cl_read_write_images test_mipmaps
92 Subgroups,subgroups/test_subgroups
93
94
95
99
100
101
102

View File

@@ -5,7 +5,7 @@
# ######################################### # #########################################
# Basic Information on the compute device # Basic Information on the compute device
# ######################################### # #########################################
Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
# ######################################### # #########################################
# Basic operation tests # Basic operation tests
@@ -73,7 +73,7 @@ OpenCL-GL Sharing,gl/test_gl
# Thorough math and conversions tests # Thorough math and conversions tests
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
Contractions,contractions/contractions Contractions,contractions/test_contractions
Integer Ops,integer_ops/test_integer_ops Integer Ops,integer_ops/test_integer_ops
Half Ops,half/Test_half Half Ops,half/test_half
1 #
5 # Basic Information on the compute device
6 # #########################################
7 Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
8 # #########################################
9 # Basic operation tests
10 # #########################################
11 Basic,basic/test_basic
73
74
75
76
77
78
79

View File

@@ -7,7 +7,7 @@
# ######################################### # #########################################
# Basic Information on the compute device # Basic Information on the compute device
# ######################################### # #########################################
Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
# ######################################### # #########################################
# Basic operation tests # Basic operation tests
@@ -75,7 +75,7 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
#Conversions,conversions/test_conversions #Conversions,conversions/test_conversions
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/bruteforce -w Math,math_brute_force/test_bruteforce -w
Integer Ops,integer_ops/test_integer_ops integer_* quick_* Integer Ops,integer_ops/test_integer_ops integer_* quick_*
Half Ops,half/Test_half -w Half Ops,half/test_half -w
1 #
7 # Basic Information on the compute device
8 # #########################################
9 Compute Info,computeinfo/computeinfo Compute Info,computeinfo/test_computeinfo
10 # #########################################
11 # Basic operation tests
12 # #########################################
13 Basic,basic/test_basic
75
76
77
78
79
80
81

View File

@@ -76,10 +76,10 @@ OpenCL-GL Sharing,gl/test_gl -offlineCompiler spir_v cache .
# ######################################### # #########################################
Select,select/test_select -offlineCompiler spir_v cache . Select,select/test_select -offlineCompiler spir_v cache .
Conversions,conversions/test_conversions -offlineCompiler spir_v cache . Conversions,conversions/test_conversions -offlineCompiler spir_v cache .
Contractions,contractions/contractions -offlineCompiler spir_v cache . Contractions,contractions/test_contractions -offlineCompiler spir_v cache .
Math,math_brute_force/bruteforce -offlineCompiler spir_v cache . Math,math_brute_force/test_bruteforce -offlineCompiler spir_v cache .
Integer Ops,integer_ops/test_integer_ops -offlineCompiler spir_v cache . Integer Ops,integer_ops/test_integer_ops -offlineCompiler spir_v cache .
Half Ops,half/Test_half -offlineCompiler spir_v cache . Half Ops,half/test_half -offlineCompiler spir_v cache .
##################################### #####################################
# OpenCL 2.0 tests # OpenCL 2.0 tests
@@ -89,7 +89,7 @@ Execution Model,device_execution/test_device_execution -offlineCompiler spir_v c
Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v cache . Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v cache .
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v cache . Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v cache .
Pipes,pipes/test_pipes -offlineCompiler spir_v cache . Pipes,pipes/test_pipes -offlineCompiler spir_v cache .
SVM,SVM/test_SVM -offlineCompiler spir_v cache . SVM,SVM/test_svm -offlineCompiler spir_v cache .
Workgroups,workgroups/test_workgroups -offlineCompiler spir_v cache . Workgroups,workgroups/test_workgroups -offlineCompiler spir_v cache .
##################################### #####################################
1 #
76 # OpenCL 2.0 tests
77 #####################################
78 C11 Atomics,c11_atomics/test_c11_atomics -offlineCompiler spir_v cache .
79 Execution Model,device_execution/test_device_execution -offlineCompiler spir_v cache .
80 Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v cache .
81 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v cache .
82 Pipes,pipes/test_pipes -offlineCompiler spir_v cache .
83 SVM,SVM/test_SVM -offlineCompiler spir_v cache . SVM,SVM/test_svm -offlineCompiler spir_v cache .
84 Workgroups,workgroups/test_workgroups -offlineCompiler spir_v cache .
85 #####################################
89 SPIRV new,spirv_new/test_spirv_new -ILPath spirv_bin
90 #########################################
91 # Extensions
92 #########################################
93 SPIR,spir/test_spir
94 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST -offlineCompiler spir_v cache .
95 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps -offlineCompiler spir_v cache .

View File

@@ -68,10 +68,10 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
Conversions,conversions/test_conversions -w Conversions,conversions/test_conversions -w
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/bruteforce -w Math,math_brute_force/test_bruteforce -w
Integer Ops,integer_ops/test_integer_ops integer_* quick_* Integer Ops,integer_ops/test_integer_ops integer_* quick_*
Half Ops,half/Test_half -w Half Ops,half/test_half -w
##################################### #####################################
# OpenCL 2.0 tests # OpenCL 2.0 tests
@@ -81,7 +81,7 @@ Execution Model,device_execution/test_device_execution
Generic Address Space,generic_address_space/test_generic_address_space Generic Address Space,generic_address_space/test_generic_address_space
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
Pipes,pipes/test_pipes Pipes,pipes/test_pipes
SVM,SVM/test_SVM SVM,SVM/test_svm
Workgroups,workgroups/test_workgroups Workgroups,workgroups/test_workgroups
##################################### #####################################
1 #
68 # OpenCL 2.0 tests
69 #####################################
70 C11 Atomics,c11_atomics/test_c11_atomics
71 Execution Model,device_execution/test_device_execution
72 Generic Address Space,generic_address_space/test_generic_address_space
73 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
74 Pipes,pipes/test_pipes
75 SVM,SVM/test_SVM SVM,SVM/test_svm
76 Workgroups,workgroups/test_workgroups
77 #####################################
81 SPIRV new,spirv_new/test_spirv_new -ILPath spirv_bin
82 #########################################
83 # Extensions
84 #########################################
85 SPIR,spir/test_spir
86 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
87 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps

View File

@@ -76,8 +76,8 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
Conversions,conversions/test_conversions Conversions,conversions/test_conversions
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/bruteforce Math,math_brute_force/test_bruteforce
Integer Ops,integer_ops/test_integer_ops Integer Ops,integer_ops/test_integer_ops
Half Ops,half/test_half Half Ops,half/test_half
@@ -89,7 +89,7 @@ Execution Model,device_execution/test_device_execution
Generic Address Space,generic_address_space/test_generic_address_space Generic Address Space,generic_address_space/test_generic_address_space
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
Pipes,pipes/test_pipes Pipes,pipes/test_pipes
SVM,SVM/test_SVM SVM,SVM/test_svm
Workgroups,workgroups/test_workgroups Workgroups,workgroups/test_workgroups
##################################### #####################################
1 #
76 # OpenCL 2.0 tests
77 #####################################
78 C11 Atomics,c11_atomics/test_c11_atomics
79 Execution Model,device_execution/test_device_execution
80 Generic Address Space,generic_address_space/test_generic_address_space
81 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
82 Pipes,pipes/test_pipes
83 SVM,SVM/test_SVM SVM,SVM/test_svm
89 SPIRV new,spirv_new/test_spirv_new -ILPath spirv_bin
90 #########################################
91 # Extensions
92 #########################################
93 SPIR,spir/test_spir
94 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
95 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps

View File

@@ -75,7 +75,7 @@ OpenCL-GL Sharing,gl/test_gl
# Thorough math and conversions tests # Thorough math and conversions tests
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
Contractions,contractions/contractions Contractions,contractions/test_contractions
Integer Ops,integer_ops/test_integer_ops Integer Ops,integer_ops/test_integer_ops
Half Ops,half/test_half Half Ops,half/test_half
@@ -87,7 +87,7 @@ Execution Model,device_execution/test_device_execution
Generic Address Space,generic_address_space/test_generic_address_space Generic Address Space,generic_address_space/test_generic_address_space
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
Pipes,pipes/test_pipes Pipes,pipes/test_pipes
SVM,SVM/test_SVM SVM,SVM/test_svm
Workgroups,workgroups/test_workgroups Workgroups,workgroups/test_workgroups
##################################### #####################################
1 #
75 #####################################
76 C11 Atomics,c11_atomics/test_c11_atomics
77 Execution Model,device_execution/test_device_execution
78 Generic Address Space,generic_address_space/test_generic_address_space
79 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
80 Pipes,pipes/test_pipes
81 SVM,SVM/test_SVM SVM,SVM/test_svm
87 SPIRV new,spirv_new/test_spirv_new -ILPath spirv_bin
88 #########################################
89 # Extensions
90 #########################################
91 SPIR,spir/test_spir
92 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST
93 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps

View File

@@ -49,8 +49,8 @@ OpenCL-GL Sharing,gl/test_gl -offlineCompiler spir_v generate .
# ######################################### # #########################################
Select,select/test_select -offlineCompiler spir_v generate . Select,select/test_select -offlineCompiler spir_v generate .
Conversions,conversions/test_conversions -w -offlineCompiler spir_v generate . Conversions,conversions/test_conversions -w -offlineCompiler spir_v generate .
Contractions,contractions/contractions -offlineCompiler spir_v generate . Contractions,contractions/test_contractions -offlineCompiler spir_v generate .
Math,math_brute_force/bruteforce -w -offlineCompiler spir_v generate . Math,math_brute_force/test_bruteforce -w -offlineCompiler spir_v generate .
Integer Ops,integer_ops/test_integer_ops integer_* quick_* -offlineCompiler spir_v generate . Integer Ops,integer_ops/test_integer_ops integer_* quick_* -offlineCompiler spir_v generate .
Half Ops,half/test_half -w -offlineCompiler spir_v generate . Half Ops,half/test_half -w -offlineCompiler spir_v generate .
@@ -62,7 +62,7 @@ Execution Model,device_execution/test_device_execution -offlineCompiler spir_v g
Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v generate . Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v generate .
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v generate . Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v generate .
Pipes,pipes/test_pipes -offlineCompiler spir_v generate . Pipes,pipes/test_pipes -offlineCompiler spir_v generate .
SVM,SVM/test_SVM -offlineCompiler spir_v generate . SVM,SVM/test_svm -offlineCompiler spir_v generate .
Workgroups,workgroups/test_workgroups -offlineCompiler spir_v generate . Workgroups,workgroups/test_workgroups -offlineCompiler spir_v generate .
######################################### #########################################
1 #
49 Half Ops,half/test_half -w -offlineCompiler spir_v generate .
50 #####################################
51 # OpenCL 2.0 tests
52 #####################################
53 C11 Atomics,c11_atomics/test_c11_atomics -offlineCompiler spir_v generate .
54 Execution Model,device_execution/test_device_execution -offlineCompiler spir_v generate .
55 Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v generate .
56 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v generate .
62 #########################################
63 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST -offlineCompiler spir_v generate .
64 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps -offlineCompiler spir_v generate .
65 Subgroups,subgroups/test_subgroups -offlineCompiler spir_v generate .
66
67
68

View File

@@ -1,4 +1,4 @@
# #
# OpenCL Conformance Test Suite (math only) # OpenCL Conformance Test Suite (math only)
# #
Math,math_brute_force/bruteforce Math,math_brute_force/test_bruteforce
1 #
2 # OpenCL Conformance Test Suite (math only)
3 #
4 Math,math_brute_force/bruteforce Math,math_brute_force/test_bruteforce

View File

@@ -75,7 +75,7 @@ OpenCL-GL Sharing,gl/test_gl
# ######################################### # #########################################
Select,select/test_select Select,select/test_select
#Conversions,conversions/test_conversions #Conversions,conversions/test_conversions
Contractions,contractions/contractions Contractions,contractions/test_contractions
Math,math_brute_force/bruteforce -w Math,math_brute_force/test_bruteforce -w
Integer Ops,integer_ops/test_integer_ops integer_* quick_* Integer Ops,integer_ops/test_integer_ops integer_* quick_*
Half Ops,half/Test_half -w Half Ops,half/test_half -w
1 #
75
76
77
78
79
80
81