File tree Expand file tree Collapse file tree 5 files changed +10
-30
lines changed Expand file tree Collapse file tree 5 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
15
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16
12
17
13
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
15
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16
12
17
13
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
15
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16
12
17
13
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
15
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16
12
17
13
#include < CL/sycl.hpp>
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
15
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16
12
17
13
#include < CL/sycl.hpp>
You can’t perform that action at this time.
0 commit comments