Skip to content

Commit 9a1e75d

Browse files
authored
Remove program class usages (intel#308)
After removal of program class tests were updated in scope of intel#474. The commit was cherrypicked to xmain in scope of intel#266. The files removal was missed during cherry pick.
1 parent 8ce8e53 commit 9a1e75d

File tree

6 files changed

+0
-312
lines changed

6 files changed

+0
-312
lines changed

SYCL/Basic/device_code_dae.cpp

Lines changed: 0 additions & 76 deletions
This file was deleted.

SYCL/Basic/handler/handler_set_args.cpp

Lines changed: 0 additions & 230 deletions
This file was deleted.

config_sycl/basic_device_code_dae.info

Lines changed: 0 additions & 1 deletion
This file was deleted.

config_sycl/basic_handler_handler_set_args.info

Lines changed: 0 additions & 1 deletion
This file was deleted.

llvm_test_suite_sycl.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
7474
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_compare_exchange_strong" />
7575
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_context_platforms" />
7676
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_context_with_multiple_devices" />
77-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_code_dae" />
7877
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_equality" />
7978
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_event" />
8079
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_diagnostics_device_check" />
@@ -104,7 +103,6 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
104103
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_copy_with_offset" />
105104
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_generic_integral_lambda" />
106105
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_mem_op" />
107-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_set_args" />
108106
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_interop_task" />
109107
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_run_on_host_intel" />
110108
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_run_on_host_intel2" />

llvm_test_suite_sycl_valgrind.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
7474
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_compare_exchange_strong" />
7575
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_context_platforms" />
7676
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_context_with_multiple_devices" />
77-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_code_dae" />
7877
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_equality" />
7978
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_device_event" />
8079
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_diagnostics_device_check" />
@@ -104,7 +103,6 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
104103
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_copy_with_offset" />
105104
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_generic_integral_lambda" />
106105
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_mem_op" />
107-
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_handler_set_args" />
108106
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_interop_task" />
109107
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_run_on_host_intel" />
110108
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="basic" testName="basic_handler_run_on_host_intel2" />

0 commit comments

Comments
 (0)