Skip to content

Commit 33d4714

Browse files
committed
remove workaround from tests
1 parent 71a5f62 commit 33d4714

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sycl/test-e2e/syclcompat/atomic/atomic_comp_exchange.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232

3333
// UNSUPPORTED: hip
3434

35-
// FIXME: Remove "-fsycl-device-code-split=per_kernel" option after fixing
36-
// https://github.com/intel/llvm/issues/12743.
37-
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
35+
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
3836
// RUN: %{run} %t.out
3937

4038
#include <type_traits>

sycl/test-e2e/syclcompat/math/math_ops.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
* tests for non-vectorized math helper functions
2121
**************************************************************************/
2222

23-
// FIXME: Remove "-fsycl-device-code-split=per_kernel" option after fixing
24-
// https://github.com/intel/llvm/issues/12743.
25-
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} -fsycl-device-code-split=per_kernel %s -o %t.out
23+
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
2624
// RUN: %{run} %t.out
2725

2826
#include <syclcompat/dims.hpp>

0 commit comments

Comments
 (0)