Skip to content

Commit

Permalink
Fix syclcompat/atomic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Feb 15, 2024
1 parent 3a5a1e0 commit 487ef12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
// ===----------------------------------------------------------------------===//

// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator

// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
// RUN: %{run} %t.out

#include <cstddef>
Expand Down
5 changes: 1 addition & 4 deletions sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
// ===----------------------------------------------------------------------===//

// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator

// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
// RUN: %{run} %t.out

#include <type_traits>
Expand Down

0 comments on commit 487ef12

Please sign in to comment.