Skip to content

Commit d5ff978

Browse files
committed
Add TODO comment
1 parent 5b94b37 commit d5ff978

File tree

14 files changed

+48
-6
lines changed

14 files changed

+48
-6
lines changed

sycl/test/basic_tests/accessor/accessor.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/basic_tests/boolean.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/basic_tests/stream/stream.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

sycl/test/fpga_tests/fpga_lsu.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations %s -o %t.out
25
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
36
//==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//

sycl/test/hier_par/hier_par_wgscope.cpp

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
//==- hier_par_wgscope.cpp --- hierarchical parallelism test for WG scope---==//
211
//
312
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -6,12 +15,6 @@
615
//
716
//===----------------------------------------------------------------------===//
817

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-
1518
// This test checks correctness of hierarchical kernel execution when there is
1619
// code and data in the work group scope.
1720

sycl/test/regression/group.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/spec_const/spec_const_hw.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda || level_zero
25
//
36
// RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out

sycl/test/sub_group/generic-shuffle.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda || cpu
25
// CUDA compilation and runtime do not yet support sub-groups.
36
// #2245 failed on OpenCL CPU (2020.10.7.0.15) with avx2 instruction set

sycl/test/sub_group/generic_reduce.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

sycl/test/sub_group/load_store.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

sycl/test/sub_group/scan_fp16.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

sycl/test/sub_group/shuffle.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

sycl/test/sub_group/shuffle_fp16.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

sycl/test/sub_group/shuffle_fp64.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
14
// UNSUPPORTED: cuda
25
// CUDA compilation and runtime do not yet support sub-groups.
36
//

0 commit comments

Comments
 (0)