Skip to content

Commit dccac19

Browse files
committed
Use target features instead of backend features
1 parent be87b96 commit dccac19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
config.required_features += ['opencl || level_zero']
1+
config.required_features += ['target-spir']

sycl/test-e2e/InlineAsm/asm_16_empty.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: target-nvidia
22
// REQUIRES: sg-16
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/asm_8_empty.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: target-nvidia
22
// REQUIRES: sg-8
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)