Skip to content

Commit

Permalink
remove IntelGPU folder, and add target-spir to lit.local.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Jan 27, 2025
1 parent dccac19 commit 7dec039
Show file tree
Hide file tree
Showing 36 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion sycl/test-e2e/InlineAsm/IntelGPU/lit.local.cfg

This file was deleted.

1 change: 0 additions & 1 deletion sycl/test-e2e/InlineAsm/asm_16_empty.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// UNSUPPORTED: target-nvidia
// REQUIRES: sg-16
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion sycl/test-e2e/InlineAsm/asm_8_empty.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// UNSUPPORTED: target-nvidia
// REQUIRES: sg-8
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sycl/test-e2e/InlineAsm/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config.required_features += ['gpu', 'linux']
config.required_features += ['gpu', 'linux', 'target-spir']

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

0 comments on commit 7dec039

Please sign in to comment.