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