Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Mark several FPGA tests as XFAIL #192

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SYCL/Basic/context-with-multiple-devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out
// RUN: env CL_CONFIG_CPU_EMULATE_DEVICES=2 %t2.out
// XFAIL: *

#include <CL/sycl.hpp>

Expand Down
2 changes: 2 additions & 0 deletions SYCL/Basic/fpga_tests/fpga_aocx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
//
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_src.out
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_obj.out

// XFAIL: *
2 changes: 2 additions & 0 deletions SYCL/Basic/fpga_tests/fpga_aocx_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
//
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_src.out
// RUN: %ACC_RUN_PLACEHOLDER %t_aocx_obj.out

// XFAIL: *
2 changes: 2 additions & 0 deletions SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// XFAIL: *

#include <CL/sycl.hpp>
#include <CL/sycl/INTEL/fpga_extensions.hpp>

Expand Down
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/complex-fpga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@

// RUN: %clangxx -fsycl -fintelfpga %S/std_complex_math_test.cpp -o %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// XFAIL: *
2 changes: 2 additions & 0 deletions SYCL/Scheduler/DataMovement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// XFAIL: accelerator
//
//==-------------------------- DataMovement.cpp ----------------------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down