Skip to content

Commit e9e77e1

Browse files
committed
[SYCL] Fix affected CUDA e2e test cases
Signed-off-by: Hu, Peisen <[email protected]>
1 parent ed7dec2 commit e9e77e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{build} -o %t.out
1+
// RUN: %{build} -o %t.out -Wno-deprecated-declarations
22
// RUN: %{run} %t.out
33

44
// This property is not yet supported by all UR adapters

sycl/test-e2e/Basic/max_work_group_size_props.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{build} -o %t.out
1+
// RUN: %{build} -o %t.out -Wno-deprecated-declarations
22
// RUN: %{run} %t.out
33

44
// This property is not yet supported by all UR adapters

0 commit comments

Comments
 (0)