Skip to content

Commit a518866

Browse files
committed
Use lit.local.cfg to mark cuda and hip as unsupported
1 parent f2c7869 commit a518866

35 files changed

+1
-34
lines changed

sycl/test-e2e/InlineAsm/Negative/asm_bad_opcode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_bad_operand_syntax.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_duplicate_label.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_illegal_exec_size.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_missing_label.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_missing_region.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_simple.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_undefined_decl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_undefined_pred.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/Negative/asm_wrong_declare.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda || hip
21
// REQUIRES: gpu,linux,sg-16
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)