File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010#include " support/test_config.h"
1111
1212#include _PSTL_TEST_HEADER(execution)
13- #if TEST_DPCPP_BACKEND_PRESENT
13+ #if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
1414# include _PSTL_TEST_HEADER(async)
1515#endif // TEST_DPCPP_BACKEND_PRESENT
1616
2121int
2222main ()
2323{
24- #if TEST_DPCPP_BACKEND_PRESENT
24+ #if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
2525
2626 auto policy = TestUtils::get_dpcpp_test_policy ();
2727 sycl::queue q = policy.queue ();
Original file line number Diff line number Diff line change 99
1010#include " support/test_config.h"
1111
12- #if TEST_DPCPP_BACKEND_PRESENT
12+ #if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
1313# include _PSTL_TEST_HEADER(async)
1414#endif // TEST_DPCPP_BACKEND_PRESENT
1515#include _PSTL_TEST_HEADER(execution)
2121int
2222main ()
2323{
24- #if TEST_DPCPP_BACKEND_PRESENT
24+ #if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
2525
2626 auto policy = TestUtils::get_dpcpp_test_policy ();
2727 sycl::queue q = policy.queue ();
You can’t perform that action at this time.
0 commit comments