Skip to content

Commit d6238b5

Browse files
Merge pull request intel#997 from WangYutao1995/shliclel706-20220602-topic
Fix CMPLRTST-16932: Update llvm_test_suite_sycl_matrix.xml because config_sycl/TEMPLATE_llvm_test_suite_sycl.xml has been removed.
2 parents 9ac1de1 + 0f0f4c0 commit d6238b5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

llvm_test_suite_sycl_matrix.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
2323
<file path=".github/CODEOWNERS" />
2424
</files>
2525
<tests>
26-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_bf16" />
27-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_half" />
28-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_int8" />
29-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_int8_packed" />
30-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_element_wise_ops" />
31-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_elemwise_irreg_size_ops_bf16" />
32-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_bf16" />
33-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_half" />
34-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_query_default" />
35-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_ss_int8" />
36-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_su_int8" />
37-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_tensorcore" />
38-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_us_int8" />
39-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_joint_matrix_uu_int8" />
40-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_bf16_pvc" />
41-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_half_pvc" />
42-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_ss_int8_pvc" />
43-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_su_int8_pvc" />
44-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_us_int8_pvc" />
45-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_uu_int8_pvc" />
26+
<test configFile="config_sycl/matrix_element_wise_all_ops_bf16.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_bf16" />
27+
<test configFile="config_sycl/matrix_element_wise_all_ops_half.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_half" />
28+
<test configFile="config_sycl/matrix_element_wise_all_ops_int8.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_int8" />
29+
<test configFile="config_sycl/matrix_element_wise_all_ops_int8_packed.xml" splitGroup="matrix" testName="matrix_element_wise_all_ops_int8_packed" />
30+
<test configFile="config_sycl/matrix_element_wise_ops.xml" splitGroup="matrix" testName="matrix_element_wise_ops" />
31+
<test configFile="config_sycl/matrix_elemwise_irreg_size_ops_bf16.xml" splitGroup="matrix" testName="matrix_elemwise_irreg_size_ops_bf16" />
32+
<test configFile="config_sycl/matrix_joint_matrix_bf16.xml" splitGroup="matrix" testName="matrix_joint_matrix_bf16" />
33+
<test configFile="config_sycl/matrix_joint_matrix_half.xml" splitGroup="matrix" testName="matrix_joint_matrix_half" />
34+
<test configFile="config_sycl/matrix_joint_matrix_query_default.xml" splitGroup="matrix" testName="matrix_joint_matrix_query_default" />
35+
<test configFile="config_sycl/matrix_joint_matrix_ss_int8.xml" splitGroup="matrix" testName="matrix_joint_matrix_ss_int8" />
36+
<test configFile="config_sycl/matrix_joint_matrix_su_int8.xml" splitGroup="matrix" testName="matrix_joint_matrix_su_int8" />
37+
<test configFile="config_sycl/matrix_joint_matrix_tensorcore.xml" splitGroup="matrix" testName="matrix_joint_matrix_tensorcore" />
38+
<test configFile="config_sycl/matrix_joint_matrix_us_int8.xml" splitGroup="matrix" testName="matrix_joint_matrix_us_int8" />
39+
<test configFile="config_sycl/matrix_joint_matrix_uu_int8.xml" splitGroup="matrix" testName="matrix_joint_matrix_uu_int8" />
40+
<test configFile="config_sycl/matrix_pvc_joint_matrix_bf16_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_bf16_pvc" />
41+
<test configFile="config_sycl/matrix_pvc_joint_matrix_half_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_half_pvc" />
42+
<test configFile="config_sycl/matrix_pvc_joint_matrix_ss_int8_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_ss_int8_pvc" />
43+
<test configFile="config_sycl/matrix_pvc_joint_matrix_su_int8_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_su_int8_pvc" />
44+
<test configFile="config_sycl/matrix_pvc_joint_matrix_us_int8_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_us_int8_pvc" />
45+
<test configFile="config_sycl/matrix_pvc_joint_matrix_uu_int8_pvc.xml" splitGroup="matrix" testName="matrix_pvc_joint_matrix_uu_int8_pvc" />
4646
</tests>
4747
</suite>

0 commit comments

Comments
 (0)