Skip to content

Commit 6486dc3

Browse files
authored
Merge pull request intel#1281 from kbobrovs/local_xmain
[ESIMD] Remove invalid rules in some of test .xmls
2 parents 9c9fc72 + b2813e7 commit 6486dc3

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

SYCL/ESIMD/api/replicate_smoke.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ int main(int argc, char **argv) {
189189
passed &= test<short>(q);
190190
passed &= test<unsigned short>(q);
191191
passed &= test<int>(q);
192-
passed &= test<uint64_t>(q);
192+
// TODO: disabled due to CMPLRLLVM-40909
193+
//passed &= test<uint64_t>(q);
193194
passed &= test<float>(q);
194195
if (doublesSupported)
195196
passed &= test<double>(q);

config_sycl/esimd_api_bin_and_cmp_ops_heavy.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
This config file auto-generated by suite_generator_sycl.pl.</description>
55
<rules>
66
<optlevelRule GPUFeature="pvc" excludeOptlevelNameString="gpu" />
7-
<optlevelRule GPUFeature="!double" excludeOptlevelNameString="gpu" />
87
</rules>
98
</test>

config_sycl/esimd_api_replicate_smoke.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
<test name="esimd_api_replicate_smoke" driverID="llvm_test_suite_sycl">
33
<description>WARNING: DON'T UPDATE THIS FILE MANUALLY!!!
44
This config file auto-generated by suite_generator_sycl.pl.</description>
5-
<rules>
6-
<optlevelRule GPUFeature="!double" excludeOptlevelNameString="gpu" />
7-
</rules>
85
</test>

config_sycl/esimd_api_simd_copy_to_from.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
<test name="esimd_api_simd_copy_to_from" driverID="llvm_test_suite_sycl">
33
<description>WARNING: DON'T UPDATE THIS FILE MANUALLY!!!
44
This config file auto-generated by suite_generator_sycl.pl.</description>
5-
<rules>
6-
<optlevelRule GPUFeature="!double" excludeOptlevelNameString="gpu" />
7-
</rules>
85
</test>

0 commit comments

Comments
 (0)