Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Feb 9, 2024
1 parent ad07e97 commit 2b04122
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/assert_in_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

// https://github.com/intel/llvm/issues/7634
// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/assert_in_multiple_tus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
//
// https://github.com/intel/llvm/issues/8832
// UNSUPPORTED: cuda
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/assert_in_multiple_tus_one_ndebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
//
// https://github.com/intel/llvm/issues/8832
// UNSUPPORTED: cuda
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/assert_in_one_kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

// https://github.com/intel/llvm/issues/7634
// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/Assert/assert_in_simultaneous_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// FIXME: Flaky on HIP and cuda
// UNSUPPORTED: hip || cuda
// RUN: %{build} -DSYCL_FALLBACK_ASSERT=1 -o %t.out %threads_lib
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// FIXME flaky fail on CUDA and HIP
// UNSUPPORTED: cuda || hip
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// FIXME: Remove XFAIL one intel/llvm#11364 is resolved
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/DeviceLib/string_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// UNSUPPORTED: hip
// RUN: %{build} -fno-builtin -o %t.out
// RUN: %{run} %t.out
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator
//
// RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link -o %t.out
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// REQUIRES: gpu-intel-gen12
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// TODO: Remove unsupported after fixing
// https://github.com/intel/llvm/issues/12683
// UNSUPPORTED: accelerator

// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/syclcompat/atomic/atomic_arith.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
// ===----------------------------------------------------------------------===//

// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// 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
Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
// ===----------------------------------------------------------------------===//

// UNSUPPORTED: hip
// TODO: Remove unsupported after fixing https://github.com/intel/llvm/issues/12683
// 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
Expand Down

0 comments on commit 2b04122

Please sign in to comment.