Skip to content

Commit 67874bf

Browse files
committed
Update task_sequence test
https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 is resolved, update build options. aoc requires FPGA hardware, we may not such machine, but the test is able to run on fpga-emu device. Signed-off-by: Haonan Yang <[email protected]>
1 parent cc9ace4 commit 67874bf

File tree

5 files changed

+10
-30
lines changed

5 files changed

+10
-30
lines changed

SYCL/TaskSequence/consumer-producer.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aoc, accelerator
10-
// TODO: As the -fintelfpga flag will implicitly enable -g, this test will hang
11-
// on finishing queue. Need to replace the -fsycl-targets=spir64_fpga flag with
12-
// the -fintelfpga flag when the
13-
// https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 JR will be resolved.
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
9+
// REQUIRES: (aoc || accelerator)
10+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1612

1713
#include <CL/sycl.hpp>

SYCL/TaskSequence/mult-and-add.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aoc, accelerator
10-
// TODO: As the -fintelfpga flag will implicitly enable -g, this test will hang
11-
// on finishing queue. Need to replace the -fsycl-targets=spir64_fpga flag with
12-
// the -fintelfpga flag when the
13-
// https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 JR will be resolved.
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
9+
// REQUIRES: (aoc || accelerator)
10+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1612

1713
#include <CL/sycl.hpp>

SYCL/TaskSequence/sum-of-products-more-parallelism.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aoc, accelerator
10-
// TODO: As the -fintelfpga flag will implicitly enable -g, this test will hang
11-
// on finishing queue. Need to replace the -fsycl-targets=spir64_fpga flag with
12-
// the -fintelfpga flag when the
13-
// https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 JR will be resolved.
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
9+
// REQUIRES: (aoc || accelerator)
10+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1612

1713
#include <CL/sycl.hpp>

SYCL/TaskSequence/sum-of-products.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aoc, accelerator
10-
// TODO: As the -fintelfpga flag will implicitly enable -g, this test will hang
11-
// on finishing queue. Need to replace the -fsycl-targets=spir64_fpga flag with
12-
// the -fintelfpga flag when the
13-
// https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 JR will be resolved.
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
9+
// REQUIRES: (aoc || accelerator)
10+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1612

1713
#include <CL/sycl.hpp>

SYCL/TaskSequence/user-sot.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aoc, accelerator
10-
// TODO: As the -fintelfpga flag will implicitly enable -g, this test will hang
11-
// on finishing queue. Need to replace the -fsycl-targets=spir64_fpga flag with
12-
// the -fintelfpga flag when the
13-
// https://jira.devtools.intel.com/browse/CMPLRLLVM-32751 JR will be resolved.
14-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
9+
// REQUIRES: (aoc || accelerator)
10+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1612

1713
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)