Skip to content

Commit c2c3bc1

Browse files
authored
Merge pull request intel#845 from myler/CMPLRTST-16299
CMPLRTST-16299: add support in suite_generator_sycl.pl to update llvm_test_suite_sycl.xml and llvm_test_suite_sycl_esimd.xml
2 parents d8cc1d3 + 98f9699 commit c2c3bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite_generator_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BEGIN
2525
$testbase = "$ENV{TESTROOT}/CT-SpecialTests/llvm-test-suite";
2626
}
2727

28-
my %feature_subsuite = ('SYCL' => {'Matrix'});
28+
my %feature_subsuite = ('SYCL' => {'Matrix'}, 'SYCL' => {'ESIMD'});
2929

3030
my $sycl_dir = '';
3131

0 commit comments

Comments
 (0)