File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed
ProgramManager/multi_device_bundle Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,13 @@ jobs:
157
157
- name : E2E tests on Intel Ponte Vecchio GPU
158
158
runner : ' ["Linux", "pvc"]'
159
159
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
160
- image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
160
+ image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path - -privileged --cap-add SYS_ADMIN
161
161
target_devices : level_zero:gpu;opencl:gpu
162
162
extra_lit_opts : -j 50
163
163
- name : E2E tests with dev igc on Intel Ponte Vecchio GPU
164
164
runner : ' ["Linux", "pvc"]'
165
165
image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
166
- image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
166
+ image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path - -privileged --cap-add SYS_ADMIN
167
167
target_devices : level_zero:gpu;opencl:gpu
168
168
use_igc_dev : true
169
169
extra_lit_opts : -j 50
Original file line number Diff line number Diff line change 5
5
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=1 SYCL_CACHE_DIR=%t/cache_dir env -u XDG_CACHE_HOME env -u HOME %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK-BUILD
6
6
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=1 SYCL_CACHE_DIR=%t/cache_dir env -u XDG_CACHE_HOME env -u HOME %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK-CACHE
7
7
8
- // XFAIL: arch-intel_gpu_pvc
9
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
10
-
11
8
// Test checks that persistent cache works correctly with multiple devices.
12
9
13
10
#include < sycl/detail/core.hpp>
Original file line number Diff line number Diff line change 6
6
// RUN: %{build} -o %t.out
7
7
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s
8
8
9
- // XFAIL: arch-intel_gpu_pvc
10
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
11
-
12
9
#include < sycl/detail/core.hpp>
13
10
#include < sycl/kernel_bundle.hpp>
14
11
Original file line number Diff line number Diff line change 29
29
// Check the case when in-memory caching of the programs is disabled.
30
30
// RUN: env SYCL_CACHE_IN_MEM=0 NEOReadDebugKeys=1 CreateMultipleRootDevices=4 %{run} %t.out
31
31
32
- // XFAIL: arch-intel_gpu_pvc
33
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
34
-
35
32
#include < cmath>
36
33
#include < complex>
37
34
#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments