From 9b2e77a6769d68dd509f502f0181aa865043b262 Mon Sep 17 00:00:00 2001 From: John Pennycook Date: Fri, 2 Feb 2024 02:45:26 -0800 Subject: [PATCH] [SYCL] Disable dynamic_address_cast test on FPGA (#12561) The FPGA emulator is currently affected by the same issue as the CPU runtime. Signed-off-by: John Pennycook --- sycl/test-e2e/AddressCast/dynamic_address_cast.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp b/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp index 0216261547542..10db9a429e53e 100644 --- a/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp +++ b/sycl/test-e2e/AddressCast/dynamic_address_cast.cpp @@ -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