Skip to content
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

[CI][L0] adapt e2e workflow to l0 target #1079

Closed
wants to merge 1 commit into from

Conversation

wlemkows
Copy link
Contributor

@wlemkows wlemkows commented Nov 15, 2023

This change adds support for l0 to e2e tests.
PR will not pass until we have a stable runner configuration with Intel GPU and level zero:
https://jira.devtools.intel.com/browse/GSD-7337


jobs:
e2e-build-hw:
name: Build SYCL, UR, run E2E
strategy:
matrix:
adapter: [
{name: CUDA}
{name: CUDA, str_name: cuda, config: "--cuda- --hip"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant - after --cuda

.github/workflows/e2e_nightly.yml Outdated Show resolved Hide resolved
@@ -60,11 +62,17 @@ jobs:
run: LD_LIBRARY_PATH=${{github.workspace}}/dpcpp_compiler/lib
cmake --build ${{github.workspace}}/ur-repo/build -j $(nproc)

- name: Set env vars & pre setup
- name: Set prefer UR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't this step be merged with the "Run pre setup" step?

@kbenzie kbenzie added the ci/cd Continuous integration/devliery label Apr 10, 2024
@pbalcer
Copy link
Contributor

pbalcer commented May 16, 2024

Closed in favor of #1612

@pbalcer pbalcer closed this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continuous integration/devliery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants