File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
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_pvc -o %t.pvc.out %s
7
6
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s
8
7
8
+ // ocloc on windows does not have support for PVC, so this command will
9
+ // result in an error when on windows. (In general, there is no support
10
+ // for pvc on windows.)
11
+ // RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
12
+
9
13
#include < sycl/detail/core.hpp>
10
14
11
15
using namespace sycl ;
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_pvc -o %t.pvc.out %s
7
6
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s
8
7
8
+ // ocloc on windows does not have support for PVC, so this command will
9
+ // result in an error when on windows. (In general, there is no support
10
+ // for pvc on windows.)
11
+ // RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
12
+
9
13
#include < cstdio>
10
14
#include < iostream>
11
15
You can’t perform that action at this time.
0 commit comments