Skip to content

Commit cf0e45d

Browse files
Generate suite data
1 parent d07b5b4 commit cf0e45d

4 files changed

+6
-0
lines changed

config_sycl/xpti_kernel_basic.info

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/XPTI/kernel/basic.cpp

config_sycl/xpti_kernel_content.info

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/XPTI/kernel/content.cpp

llvm_test_suite_sycl.xml

+2
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
847847
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_recursion" />
848848
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_sub_buffer" />
849849
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_use_host_ptr" />
850+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_kernel_basic" />
851+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_kernel_content" />
850852
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_mem_alloc_events_linux" />
851853
</tests>
852854
</suite>

llvm_test_suite_sycl_valgrind.xml

+2
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
847847
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_recursion" />
848848
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_sub_buffer" />
849849
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_buffer_use_host_ptr" />
850+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_kernel_basic" />
851+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_kernel_content" />
850852
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="xpti" testName="xpti_mem_alloc_events_linux" />
851853
</tests>
852854
</suite>

0 commit comments

Comments
 (0)