File tree 14 files changed +48
-6
lines changed
14 files changed +48
-6
lines changed Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
2
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
2
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
2
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
3
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations %s -o %t.out
2
5
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
3
6
// ==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
4
+ // RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
5
+ // RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
7
+ // RUN: %GPU_RUN_PLACEHOLDER %t.out
8
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
9
+
1
10
// ==- hier_par_wgscope.cpp --- hierarchical parallelism test for WG scope---==//
2
11
//
3
12
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6
15
//
7
16
// ===----------------------------------------------------------------------===//
8
17
9
- // RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
10
- // RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
- // RUN: %CPU_RUN_PLACEHOLDER %t.out
12
- // RUN: %GPU_RUN_PLACEHOLDER %t.out
13
- // RUN: %ACC_RUN_PLACEHOLDER %t.out
14
-
15
18
// This test checks correctness of hierarchical kernel execution when there is
16
19
// code and data in the work group scope.
17
20
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
2
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda || level_zero
2
5
//
3
6
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda || cpu
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
// #2245 failed on OpenCL CPU (2020.10.7.0.15) with avx2 instruction set
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
Original file line number Diff line number Diff line change
1
+ // TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2
+ // See https://github.com/intel/llvm/issues/2264 for more details.
3
+
1
4
// UNSUPPORTED: cuda
2
5
// CUDA compilation and runtime do not yet support sub-groups.
3
6
//
You can’t perform that action at this time.
0 commit comments