File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
// REQUIRES: ocloc
5
5
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s
6
- // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s
7
6
8
- // ocloc on windows does not have support for PVC, so this command will
7
+ // ocloc on windows does not have support for PVC/CFL , so this command will
9
8
// result in an error when on windows. (In general, there is no support
10
- // for pvc on windows.)
9
+ // for pvc/cfl on windows.)
10
+ // RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s %}
11
11
// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
12
12
13
13
#include < sycl/detail/core.hpp>
Original file line number Diff line number Diff line change 3
3
4
4
// REQUIRES: ocloc
5
5
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s
6
- // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s
7
6
8
- // ocloc on windows does not have support for PVC, so this command will
7
+ // ocloc on windows does not have support for PVC/CFL , so this command will
9
8
// result in an error when on windows. (In general, there is no support
10
- // for pvc on windows.)
9
+ // for pvc/cfl on windows.)
10
+ // RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s %}
11
11
// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
12
12
13
13
#include < cstdio>
You can’t perform that action at this time.
0 commit comments