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 33
44// REQUIRES: ocloc
55// 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
76
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
98// 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 %}
1111// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
1212
1313#include < sycl/detail/core.hpp>
Original file line number Diff line number Diff line change 33
44// REQUIRES: ocloc
55// 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
76
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
98// 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 %}
1111// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
1212
1313#include < cstdio>
You can’t perform that action at this time.
0 commit comments