Skip to content

Commit

Permalink
[SYCL][E2E] Merge UNSUPPORTED directives in `DeviceLib/string_test.…
Browse files Browse the repository at this point in the history
…cpp`

Both `accelerator` and `cpu` are unsupported due to the same reason,
there is no unique FPGA-related bug here. Closes
intel#12683.
  • Loading branch information
aelovikov-intel committed May 31, 2024
1 parent 46cfb06 commit 4bee9f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sycl/test-e2e/DeviceLib/string_test.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
// 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
// UNSUPPORTED: accelerator
//
// RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link -o %t.out
// RUN: %if !gpu %{ %{run} %t.out %}

// FIXME: enable opaque pointers support on CPU.
// UNSUPPORTED: cpu
// UNSUPPORTED: cpu || accelerator

#include <cassert>
#include <cstdint>
Expand Down

0 comments on commit 4bee9f2

Please sign in to comment.