Skip to content

Commit 2bcce5c

Browse files
committed
add SYCL/include/sycl/sycl.hpp to llvm_test_suite_sycl_esimd
1 parent d803636 commit 2bcce5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm_test_suite_sycl_esimd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Sources repo https://github.com/intel-innersource/applications.compilers.tests.l
1818
<file dst="SYCL/External/CMakeLists.txt" path="SYCL/External/CMakeLists.txt" />
1919
<file dst="SYCL/ExtraTests/CMakeLists.txt" path="SYCL/ExtraTests/CMakeLists.txt" />
2020
<file dst="SYCL/ESIMD" path="SYCL/ESIMD" />
21+
<file dst="SYCL/include" path="SYCL/include" />
2122
<file path="$INFO_TDRIVE/ref/lit" />
2223
<file path="config_sycl" />
2324
<file path=".github/CODEOWNERS" />

suite_generator_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sub gen_suite
137137
if ($feature_folder eq "SYCL") {
138138
if ($subsuite ne "") {
139139
# For subsuite
140-
$xml->{files} = { file => [ { path => 'cmake'}, { path => 'tools'}, { path => 'CMakeLists.txt'}, { path => 'litsupport'}, { path => 'lit.cfg'}, { path => 'lit.site.cfg.in'}, { path => 'SYCL/CMakeLists.txt', dst => 'SYCL/CMakeLists.txt'}, { path => 'SYCL/lit.cfg.py', dst => 'SYCL/lit.cfg.py'}, {path => 'SYCL/lit.site.cfg.py.in', dst => 'SYCL/lit.site.cfg.py.in'}, {path => 'SYCL/helpers.hpp', dst => 'SYCL/helpers.hpp'}, {path => 'SYCL/External/CMakeLists.txt', dst => 'SYCL/External/CMakeLists.txt'}, {path => 'SYCL/ExtraTests/CMakeLists.txt', dst => 'SYCL/ExtraTests/CMakeLists.txt'}, { path => "SYCL/${subsuite}", dst => "SYCL/${subsuite}"}, { path => '$INFO_TDRIVE/ref/lit'}, { path => $config_folder}, { path => '.github/CODEOWNERS'}]};
140+
$xml->{files} = { file => [ { path => 'cmake'}, { path => 'tools'}, { path => 'CMakeLists.txt'}, { path => 'litsupport'}, { path => 'lit.cfg'}, { path => 'lit.site.cfg.in'}, { path => 'SYCL/CMakeLists.txt', dst => 'SYCL/CMakeLists.txt'}, { path => 'SYCL/lit.cfg.py', dst => 'SYCL/lit.cfg.py'}, {path => 'SYCL/lit.site.cfg.py.in', dst => 'SYCL/lit.site.cfg.py.in'}, {path => 'SYCL/helpers.hpp', dst => 'SYCL/helpers.hpp'}, {path => 'SYCL/External/CMakeLists.txt', dst => 'SYCL/External/CMakeLists.txt'}, {path => 'SYCL/ExtraTests/CMakeLists.txt', dst => 'SYCL/ExtraTests/CMakeLists.txt'}, { path => "SYCL/${subsuite}", dst => "SYCL/${subsuite}"}, {path => 'SYCL/include', dst => 'SYCL/include'}, { path => '$INFO_TDRIVE/ref/lit'}, { path => $config_folder}, { path => '.github/CODEOWNERS'}]};
141141
} else {
142142
$xml->{rules} = { advancedRule => [{ perfSupport => 'accurate'}]};
143143
$xml->{files} = { file => [ { path => 'cmake'}, { path => 'tools'}, { path => 'CMakeLists.txt'}, { path => 'litsupport'}, { path => 'lit.cfg'}, { path => 'lit.site.cfg.in'}, { path => 'SYCL'}, { path => '$INFO_TDRIVE/ref/lit'}, { path => $config_folder}, { path => '.github/CODEOWNERS'}, { path => 'setenv.list'}]};

0 commit comments

Comments
 (0)