Skip to content

Commit ca36853

Browse files
[SYCL] Add moved on-device tests to test suites (intel#225)
1 parent fa6dd75 commit ca36853

8 files changed

+20
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-fptr-double.cpp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-fptr-linear.cpp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-fptr-uniform.cpp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-fptr-uniform-masked.cpp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-function-ref-tuned.cpp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SYCL/FunctionPointers/intel-simple-fptr-in-kernel.cpp

llvm_test_suite_sycl.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<description>Port of llvm_test_suite_sycl.
44
Suite is autogenerated by suite_generator_sycl.pl that you can find in the root dir of suite
55
Sources repo https://github.com/intel-innersource/applications.compilers.tests.llvm-project-llvm-test-suite
6-
Last Changed Revision: 24548549871faaf99577b22b9b59768150a6d667 Fri Sep 24 20:40:33 2021 -0700
6+
Last Changed Revision: 53fb5b7c8a9a3ec85b8afaa2d8ed35138d6abda1 Mon Sep 27 15:37:21 2021 +0300
77
</description>
88
<files>
99
<file path="cmake" />
@@ -324,6 +324,12 @@ Last Changed Revision: 24548549871faaf99577b22b9b59768150a6d667 Fri Sep 24 20
324324
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_cuda" />
325325
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_level_zero" />
326326
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_opencl" />
327+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_double" />
328+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_linear" />
329+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_uniform" />
330+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_uniform_masked" />
331+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_function_ref_tuned" />
332+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_simple_fptr_in_kernel" />
327333
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functor" testName="functor_functor_inheritance" />
328334
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functor" testName="functor_kernel_functor" />
329335
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="groupalgorithm" testName="groupalgorithm_all_of" />

llvm_test_suite_sycl_valgrind.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<description>Port of llvm_test_suite_sycl.
44
Suite is autogenerated by suite_generator_sycl.pl that you can find in the root dir of suite
55
Sources repo https://github.com/intel-innersource/applications.compilers.tests.llvm-project-llvm-test-suite
6-
Last Changed Revision: 24548549871faaf99577b22b9b59768150a6d667 Fri Sep 24 20:40:33 2021 -0700
6+
Last Changed Revision: 53fb5b7c8a9a3ec85b8afaa2d8ed35138d6abda1 Mon Sep 27 15:37:21 2021 +0300
77
</description>
88
<files>
99
<file path="cmake" />
@@ -324,6 +324,12 @@ Last Changed Revision: 24548549871faaf99577b22b9b59768150a6d667 Fri Sep 24 20
324324
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_cuda" />
325325
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_level_zero" />
326326
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="filterselector" testName="filterselector_select_device_opencl" />
327+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_double" />
328+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_linear" />
329+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_uniform" />
330+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_fptr_uniform_masked" />
331+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_function_ref_tuned" />
332+
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functionpointers" testName="functionpointers_intel_simple_fptr_in_kernel" />
327333
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functor" testName="functor_functor_inheritance" />
328334
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="functor" testName="functor_kernel_functor" />
329335
<test configFile="config_sycl/TEMPLATE_llvm_test_suite_sycl.xml" splitGroup="groupalgorithm" testName="groupalgorithm_all_of" />

0 commit comments

Comments
 (0)