Skip to content

[CI] Run L0 v2 tests on PVC #18909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: sycl
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: E2E tests on Intel Ponte Vecchio GPU
runner: '["Linux", "pvc"]'
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
target_devices: level_zero:gpu;opencl:gpu
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
- name: Dev IGC on Intel Ponte Vecchio GPU
runner: '["Linux", "pvc"]'
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Matrix/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ config.unsupported_features += ['spirv-backend']
if 'windows' in config.available_features:
config.unsupported_features += ['arch-intel_gpu_bmg_g21']

# https://github.com/intel/llvm/issues/18932
if 'arch-intel_gpu_pvc' in config.available_features:
config.unsupported_features += ['level_zero_v2_adapter']

config.substitutions.append(("%helper-includes", "-I {}/Inputs".format(os.path.dirname(os.path.abspath(__file__)))))
original_clangxx=""
for substitution in config.substitutions:
Expand Down
Loading