Skip to content

[SYCL] Do not install L0 loader #9166

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

Merged
merged 4 commits into from
May 12, 2023
Merged

Conversation

smaslov-intel
Copy link
Contributor

@smaslov-intel smaslov-intel commented Apr 21, 2023

Currently the L0 loader version, if being installed/used, clashes with L0 validation and L0 GPU driver components already coming from the system. So, do the same for L0 loader.

@smaslov-intel smaslov-intel requested a review from a team as a code owner April 21, 2023 23:55
@smaslov-intel smaslov-intel temporarily deployed to aws April 22, 2023 00:57 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 22, 2023 02:14 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 24, 2023 19:15 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 24, 2023 23:52 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 25, 2023 06:01 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 25, 2023 08:14 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel reopened this Apr 25, 2023
@smaslov-intel smaslov-intel temporarily deployed to aws April 26, 2023 02:41 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 26, 2023 06:29 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel changed the title [SYCL][L0] Uplift L0 loader tag to 1.9.4 [SYCL] Do not install L0 loader Apr 26, 2023
@smaslov-intel smaslov-intel temporarily deployed to aws April 26, 2023 22:56 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 27, 2023 03:12 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 01:11 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 01:11 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel requested a review from a team as a code owner May 10, 2023 01:45
@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 03:27 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 04:07 — with GitHub Actions Inactive
@@ -30,7 +30,7 @@ runs:
run: |
mkdir build-e2e
set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH%
cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }}
cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib.fake" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }}
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if those changes are actually tested by pre-commit CI. You might need to push your own branch into the repo and modify the pre-commit tasks not to skip on that branch. After that a test PR against your newly pushed branch could actually test this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I specially used "fake" location to check that interop tests fail, so I know it is tested.

@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 20:29 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws May 10, 2023 21:02 — with GitHub Actions Inactive
@smaslov-intel
Copy link
Contributor Author

@intel/llvm-gatekeepers : I think this can be merged now

@againull againull merged commit ad8b7d4 into intel:sycl May 12, 2023
smaslov-intel added a commit that referenced this pull request May 17, 2023
Currently the L0 loader version, if being installed/used, clashes with
L0 validation and L0 GPU driver components already coming from the
system. So, do the same for L0 loader.

---------

Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: smaslov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants