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

sycl/test-e2e/InlineAsm/asm_16_empty.cpp

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

sycl/test-e2e/InlineAsm/asm_16_matrix_mult.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/asm_16_no_input_int.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/asm_16_no_opts.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/asm_8_empty.cpp

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

sycl/test-e2e/InlineAsm/asm_8_no_input_int.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-8
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/asm_arbitrary_ops_order.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/asm_decl_in_scope.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/asm_float_add.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/asm_float_imm_arg.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/asm_float_neg.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/asm_if.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/asm_imm_arg.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/asm_loop.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/asm_mul.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/asm_multiple_instructions.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} -DTO_PASS -o %t.out.pass
43
// RUN: %{run} %t.out.pass

sycl/test-e2e/InlineAsm/asm_no_operands.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/asm_no_output.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/asm_plus_mod.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/asm_switch.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/letter_example.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,aspect-usm_shared_allocations
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/lit.local.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.unsupported_features += ['cuda', 'hip']

sycl/test-e2e/InlineAsm/malloc_shared_32.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-32,aspect-usm_shared_allocations
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/malloc_shared_in_out_dif.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,aspect-usm_shared_allocations
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

sycl/test-e2e/InlineAsm/malloc_shared_no_input.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,aspect-usm_shared_allocations
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)