Skip to content

Commit e41c291

Browse files
authored
Merge pull request intel#836 from myler/CMPLRTST-16277
CMPLRTST-16277: skip double tests on unsupported double HW: TGL machines
2 parents 81800cb + b6827d6 commit e41c291

6 files changed

+40
-8
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="esimd_api_replicate_smoke" 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="esimd_api_saturation_smoke" 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="esimd_api_slm_gather_scatter_rgba" 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>

config_sycl/esimd_ext_math.xml

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="esimd_ext_math" 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
373373
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_decrement_and_increment_core" />
374374
<test configFile="config_sycl/esimd_api_functional_operators_operator_decrement_and_increment_fp_extra.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_decrement_and_increment_fp_extra" />
375375
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_logical_not" />
376-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_replicate_smoke" />
377-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_saturation_smoke" />
376+
<test configFile="config_sycl/esimd_api_replicate_smoke.xml" splitGroup="esimd" testName="esimd_api_replicate_smoke" />
377+
<test configFile="config_sycl/esimd_api_saturation_smoke.xml" splitGroup="esimd" testName="esimd_api_saturation_smoke" />
378378
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_any_all" />
379379
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_binop_integer_promotion" />
380380
<test configFile="config_sycl/esimd_api_simd_copy_to_from.xml" splitGroup="esimd" testName="esimd_api_simd_copy_to_from" />
@@ -388,7 +388,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
388388
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_view_subscript_operator" />
389389
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter" />
390390
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_heavy" />
391-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_rgba" />
391+
<test configFile="config_sycl/esimd_api_slm_gather_scatter_rgba.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_rgba" />
392392
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_svm_gather_scatter" />
393393
<test configFile="config_sycl/esimd_api_unary_ops_heavy.xml" splitGroup="esimd" testName="esimd_api_unary_ops_heavy" />
394394
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_bitonicsortk" />
@@ -399,7 +399,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
399399
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_dpas_dpasw_test" />
400400
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_esimd_check_vc_codegen" />
401401
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_esimd_verify" />
402-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_ext_math" />
402+
<test configFile="config_sycl/esimd_ext_math.xml" splitGroup="esimd" testName="esimd_ext_math" />
403403
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_192" />
404404
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_256" />
405405
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_512" />

llvm_test_suite_sycl_valgrind.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
373373
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_decrement_and_increment_core" />
374374
<test configFile="config_sycl/esimd_api_functional_operators_operator_decrement_and_increment_fp_extra.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_decrement_and_increment_fp_extra" />
375375
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_functional_operators_operator_logical_not" />
376-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_replicate_smoke" />
377-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_saturation_smoke" />
376+
<test configFile="config_sycl/esimd_api_replicate_smoke.xml" splitGroup="esimd" testName="esimd_api_replicate_smoke" />
377+
<test configFile="config_sycl/esimd_api_saturation_smoke.xml" splitGroup="esimd" testName="esimd_api_saturation_smoke" />
378378
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_any_all" />
379379
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_binop_integer_promotion" />
380380
<test configFile="config_sycl/esimd_api_simd_copy_to_from.xml" splitGroup="esimd" testName="esimd_api_simd_copy_to_from" />
@@ -388,7 +388,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
388388
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_simd_view_subscript_operator" />
389389
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter" />
390390
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_heavy" />
391-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_rgba" />
391+
<test configFile="config_sycl/esimd_api_slm_gather_scatter_rgba.xml" splitGroup="esimd" testName="esimd_api_slm_gather_scatter_rgba" />
392392
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_api_svm_gather_scatter" />
393393
<test configFile="config_sycl/esimd_api_unary_ops_heavy.xml" splitGroup="esimd" testName="esimd_api_unary_ops_heavy" />
394394
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_bitonicsortk" />
@@ -399,7 +399,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
399399
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_dpas_dpasw_test" />
400400
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_esimd_check_vc_codegen" />
401401
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_esimd_verify" />
402-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_ext_math" />
402+
<test configFile="config_sycl/esimd_ext_math.xml" splitGroup="esimd" testName="esimd_ext_math" />
403403
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_192" />
404404
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_256" />
405405
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="esimd" testName="esimd_fp_args_size_fp_args_char_int_size_512" />

0 commit comments

Comments
 (0)