Skip to content

Commit

Permalink
Undo accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Nov 7, 2024
1 parent 73f56c2 commit 26f73bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// UNSUPPORTED: windows
// REQUIRES: (cuda || hip)
// REQUIRES: cuda || hip
// REQUIRES: unsplit-mode

// This test relies on debug output from a pass, make sure that the compiler
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Compression/no_zstd_warning.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// using --offload-compress without zstd should throw an error.
// REQUIRES: windows && cpu
// REQUIRES: !zstd
// REQUIRES: unsplit-mode
// RUN: not %{build} -O0 -g --offload-compress %S/Inputs/single_kernel.cpp -o %t_compress.out 2>&1 | FileCheck %s
// CHECK: '--offload-compress' option is specified but zstd is not available. The device image will not be compressed.
3 changes: 2 additions & 1 deletion sycl/test-e2e/Matrix/runtime_query_hip_gfx90a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: gpu-amd-gfx90a, unsplit-mode
// REQUIRES: gpu-amd-gfx90a
// REQUIRES: unsplit-mode
// RUN: %{build} -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx90a -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Regression/multiple-targets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// It tests if the target triples can be specified with any order.
// The test is repeated for per_kernel device code splitting.
//
// REQUIRES: (cuda || hip || native_cpu)
// REQUIRES: cuda || hip || native_cpu
// REQUIRES: unsplit-mode
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple},spir64 -o %t1.out %s
// RUN: %{run} %t1.out
Expand Down

0 comments on commit 26f73bf

Please sign in to comment.