[WIP] cuda13 test v3#22199
Draft
rafNNN wants to merge 8 commits into
Draft
Conversation
sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_interop_read_1d_common.hpp: needs merge You must edit all merge conflicts and then mark them as resolved using git addRevert "Revert "Modify CI to enable tests on CUDA 13.1 and add Dockerfiles for CUDA 13.1" (intel#21816)" This reverts commit 91080cf.
This reverts commit 303da3e.
…nosplit # Conflicts: # sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_interop_read_1d.cpp
318e9e0 to
1f03f6a
Compare
Comment on lines
+93
to
+103
| run: | | ||
| # Install the locally-built UR libraries over the prebuilt ones | ||
| mkdir -p "$PWD/toolchain/lib/plugins" | ||
| cp unified-runtime-src/install/lib/libur_adapter_cuda.so* "$PWD/toolchain/lib/" 2>/dev/null || true | ||
| cp unified-runtime-src/install/lib/libur_loader.so* "$PWD/toolchain/lib/" 2>/dev/null || true | ||
| cp unified-runtime-src/install/lib/plugins/* "$PWD/toolchain/lib/plugins/" 2>/dev/null || true | ||
| cp unified-runtime-src/build/lib/libur_adapter_cuda.so* "$PWD/toolchain/lib/" 2>/dev/null || true | ||
| cp unified-runtime-src/build/lib/libur_loader.so* "$PWD/toolchain/lib/" 2>/dev/null || true | ||
| cp unified-runtime-src/build/lib/plugins/* "$PWD/toolchain/lib/plugins/" 2>/dev/null || true | ||
| # Also ensure the built libs are in LD_LIBRARY_PATH | ||
| echo LD_LIBRARY_PATH="$PWD/unified-runtime-src/install/lib:$PWD/unified-runtime-src/build/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV |
Comment on lines
+58
to
+65
| - name: Checkout unified-runtime source | ||
| if: inputs.build_unified_runtime_locally == 'true' | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| with: | ||
| path: unified-runtime-src | ||
| sparse-checkout: | | ||
| unified-runtime/ | ||
| ref: ${{ inputs.ref || github.sha }} |
1f03f6a to
36dbfec
Compare
Comment on lines
+70
to
+90
| run: | | ||
| if command -v lit >/dev/null 2>&1; then | ||
| exit 0 | ||
| fi | ||
|
|
||
| mkdir -p "$HOME/.local/bin" | ||
|
|
||
| if [ -x "$PWD/toolchain/bin/llvm-lit" ]; then | ||
| ln -sfn "$PWD/toolchain/bin/llvm-lit" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| if command -v llvm-lit >/dev/null 2>&1; then | ||
| ln -sfn "$(command -v llvm-lit)" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| python3 -m pip install --user lit | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH |
Comment on lines
+70
to
+90
| run: | | ||
| if command -v lit >/dev/null 2>&1; then | ||
| exit 0 | ||
| fi | ||
|
|
||
| mkdir -p "$HOME/.local/bin" | ||
|
|
||
| if [ -x "$PWD/toolchain/bin/llvm-lit" ]; then | ||
| ln -sfn "$PWD/toolchain/bin/llvm-lit" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| if command -v llvm-lit >/dev/null 2>&1; then | ||
| ln -sfn "$(command -v llvm-lit)" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| python3 -m pip install --user lit | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH |
Comment on lines
+70
to
+90
| run: | | ||
| if command -v lit >/dev/null 2>&1; then | ||
| exit 0 | ||
| fi | ||
|
|
||
| mkdir -p "$HOME/.local/bin" | ||
|
|
||
| if [ -x "$PWD/toolchain/bin/llvm-lit" ]; then | ||
| ln -sfn "$PWD/toolchain/bin/llvm-lit" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| if command -v llvm-lit >/dev/null 2>&1; then | ||
| ln -sfn "$(command -v llvm-lit)" "$HOME/.local/bin/lit" | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH | ||
| exit 0 | ||
| fi | ||
|
|
||
| python3 -m pip install --user lit | ||
| echo "$HOME/.local/bin" >> $GITHUB_PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.