File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -DSYCL2020_DISABLE_DEPRECATION_WARNINGS -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- // Test flakily fails on PVC.
5
- // UNSUPPORTED: arch-intel_gpu_pvc
4
+ // Test flakily fails on PVC and BMG .
5
+ // UNSUPPORTED: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21
6
6
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16401
7
+ // BMG ticket: https://github.com/intel/llvm/issues/17251
7
8
8
9
// ==----------------accessor.cpp - SYCL accessor basic test ----------------==//
9
10
//
Original file line number Diff line number Diff line change 22
22
// (using BufIndexes). i.e. check that the mapping of effective range to user
23
23
// range is "one-to-one".
24
24
//
25
+ // UNSUPPORTED: hip
26
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17077
27
+ //
25
28
#include < iostream>
26
29
#include < sycl/detail/core.hpp>
27
30
#include < sycl/vector.hpp>
Original file line number Diff line number Diff line change 8
8
//
9
9
// Make sure that memory migration works for buffers across devices in a context
10
10
// when using host tasks.
11
+ //
12
+ // UNSUPPORTED: cuda
13
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17026
11
14
12
15
#include < cuda.h>
13
16
#include < iostream>
Original file line number Diff line number Diff line change 1
1
// REQUIRES: aspect-ext_oneapi_bindless_images
2
2
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
3
3
// REQUIRES: cuda
4
+ //
5
+ // UNSUPPORTED: cuda
6
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17231
4
7
5
8
// RUN: %{build} -o %t.out
6
9
// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 3
3
// RUN: %{build} -o %t.out
4
4
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
5
5
6
+ // UNSUPPORTED: hip
7
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17212
8
+
6
9
#include < iostream>
7
10
#include < sycl/detail/core.hpp>
8
11
#include < sycl/ext/oneapi/bindless_images.hpp>
You can’t perform that action at this time.
0 commit comments