Skip to content

Commit

Permalink
[SYCL] Disable dynamic_address_cast test on FPGA (#12561)
Browse files Browse the repository at this point in the history
The FPGA emulator is currently affected by the same issue as the CPU
runtime.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Feb 2, 2024
1 parent 71eee2c commit 9b2e77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/test-e2e/AddressCast/dynamic_address_cast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
// OpGenericCastToPtr* intrinsics not implemented on AMD or NVIDIA
// UNSUPPORTED: cpu, hip, cuda
// FPGA emulator affected by same issue as OpenCL CPU runtime
// UNSUPPORTED: cpu, hip, cuda, accelerator
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
#include <sycl/sycl.hpp>
Expand Down

0 comments on commit 9b2e77a

Please sign in to comment.