Skip to content

Commit 7dec039

Browse files
committed
remove IntelGPU folder, and add target-spir to lit.local.cfg
1 parent dccac19 commit 7dec039

36 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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: target-nvidia
21
// REQUIRES: 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: target-nvidia
21
// REQUIRES: sg-8
32
// RUN: %{build} -o %t.out
43
// RUN: %{run} %t.out

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config.required_features += ['gpu', 'linux']
1+
config.required_features += ['gpu', 'linux', 'target-spir']
22

33
config.substitutions.append(("%helper-includes", "-I {}".format(os.path.dirname(os.path.abspath(__file__)))))
44
original_clangxx=""

0 commit comments

Comments
 (0)