File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1313// for pvc on windows.)
1414// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
1515
16+ // UNSUPPORTED: new-offload-model
17+ // UNSUPPORTED-TRACKER: CMPLRLLVM-71777
18+
1619// UNSUPPORTED: target-native_cpu
1720// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
1821
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+ // UNSUPPORTED: new-offload-model
9+ // UNSUPPORTED-TRACKER: CMPLRLLVM-71777
10+
811// ocloc on windows does not have support for PVC, so this command will
912// result in an error when on windows. (In general, there is no support
1013// for pvc on windows.)
Original file line number Diff line number Diff line change 99// XFAIL: target-native_cpu
1010// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
1111
12- // XFAIL : new-offload-model
13- // TODO: add XFAIL-TRACKER
12+ // UNSUPPORTED : new-offload-model
13+ // UNSUPPORTED-TRACKER: CMPLRLLVM-71777
1414
1515// CPU AOT targets host isa, so we compile everything on the run system instead.
1616// //////////////////// Compile device images
Original file line number Diff line number Diff line change 1+ // UNSUPPORTED: new-offload-model
2+ // UNSUPPORTED-TRACKER: CMPLRLLVM-71777
3+
14// REQUIRES: target-spir
25//
36// FIXME Disabled fallback assert as it'll require either online linking or
You can’t perform that action at this time.
0 commit comments