Skip to content

Commit 5bdb661

Browse files
committed
Update llvm_test_suite_sycl to 4ab72ab: Auto pulldown and update tc files on 20220423 for xmain branch
1 parent 4ab72ab commit 5bdb661

File tree

5 files changed

+25
-9
lines changed

5 files changed

+25
-9
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<test name="basic_scalar_vec_access" driverID="llvm_test_suite_sycl">
3+
<description>WARNING: DON'T UPDATE THIS FILE MANUALLY!!!
4+
This config file auto-generated by suite_generator_sycl.pl.</description>
5+
<rules>
6+
<optlevelRule GPUFeature="!double" excludeOptlevelNameString="gpu" />
7+
</rules>
8+
</test>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<test name="subgroup_generic_shuffle" driverID="llvm_test_suite_sycl">
3+
<description>WARNING: DON'T UPDATE THIS FILE MANUALLY!!!
4+
This config file auto-generated by suite_generator_sycl.pl.</description>
5+
<rules>
6+
<optlevelRule GPUFeature="!double" excludeOptlevelNameString="gpu" />
7+
</rules>
8+
</test>

llvm_test_suite_sycl.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
215215
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_range_offset_fit_in_int" />
216216
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_reqd_work_group_size" />
217217
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_sampler_sampler" />
218-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="double" testName="basic_scalar_vec_access" />
218+
<test configFile="config_sycl/basic_scalar_vec_access.xml" splitGroup="double" testName="basic_scalar_vec_access" />
219219
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_span" />
220220
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_stream_auto_flush" />
221221
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_stream_blocking_pipes_and_stream" />
@@ -368,7 +368,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
368368
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_acc_core" />
369369
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_acc_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_acc_fp_extra" />
370370
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_core" />
371-
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_usm_fp_extra.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
371+
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_usm_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
372372
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_move_core" />
373373
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_move_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_move_fp_extra" />
374374
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_vector_core" />
@@ -837,7 +837,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
837837
<test configFile="config_sycl/subgroup_broadcast_fp64.xml" splitGroup="double" testName="subgroup_broadcast_fp64" />
838838
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_common" />
839839
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_generic_reduce" />
840-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="double" testName="subgroup_generic_shuffle" />
840+
<test configFile="config_sycl/subgroup_generic_shuffle.xml" splitGroup="double" testName="subgroup_generic_shuffle" />
841841
<test configFile="config_sycl/subgroup_info.xml" splitGroup="double" testName="subgroup_info" />
842842
<test configFile="config_sycl/subgroup_load_store.xml" splitGroup="double" testName="subgroup_load_store" />
843843
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_reduce" />

llvm_test_suite_sycl_esimd.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
4949
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_fill_core" />
5050
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_fill_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_fill_fp_extra" />
5151
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_acc_core" />
52-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_acc_fp_extra" />
52+
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_acc_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_acc_fp_extra" />
5353
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_core" />
54-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
54+
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_usm_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
5555
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_move_core" />
5656
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_move_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_move_fp_extra" />
5757
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_vector_core" />
@@ -191,7 +191,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
191191
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_reduction" />
192192
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_regression_big_const_initializer" />
193193
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_regression_complex_lib_lin" />
194-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_regression_dgetrf" />
194+
<test configFile="config_sycl/esimd_regression_dgetrf.xml" splitGroup="double" testName="esimd_regression_dgetrf" />
195195
<test configFile="config_sycl/esimd_regression_dgetrf_8x8.xml" splitGroup="double" testName="esimd_regression_dgetrf_8x8" />
196196
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_regression_globals" />
197197
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_regression_noinline_bypointers_vadd" />

llvm_test_suite_sycl_valgrind.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
215215
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_range_offset_fit_in_int" />
216216
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_reqd_work_group_size" />
217217
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_sampler_sampler" />
218-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="double" testName="basic_scalar_vec_access" />
218+
<test configFile="config_sycl/basic_scalar_vec_access.xml" splitGroup="double" testName="basic_scalar_vec_access" />
219219
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_span" />
220220
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_stream_auto_flush" />
221221
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_stream_blocking_pipes_and_stream" />
@@ -368,7 +368,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
368368
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_acc_core" />
369369
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_acc_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_acc_fp_extra" />
370370
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_core" />
371-
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_usm_fp_extra.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
371+
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_load_usm_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_load_usm_fp_extra" />
372372
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_move_core" />
373373
<test configFile="config_sycl/esimd_api_functional_ctors_ctor_move_fp_extra.xml" splitGroup="double" testName="esimd_api_functional_ctors_ctor_move_fp_extra" />
374374
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_ctors_ctor_vector_core" />
@@ -837,7 +837,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
837837
<test configFile="config_sycl/subgroup_broadcast_fp64.xml" splitGroup="double" testName="subgroup_broadcast_fp64" />
838838
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_common" />
839839
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_generic_reduce" />
840-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="double" testName="subgroup_generic_shuffle" />
840+
<test configFile="config_sycl/subgroup_generic_shuffle.xml" splitGroup="double" testName="subgroup_generic_shuffle" />
841841
<test configFile="config_sycl/subgroup_info.xml" splitGroup="double" testName="subgroup_info" />
842842
<test configFile="config_sycl/subgroup_load_store.xml" splitGroup="double" testName="subgroup_load_store" />
843843
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="subgroup" testName="subgroup_reduce" />

0 commit comments

Comments
 (0)