Skip to content

[WIP] cuda13 test v3#22199

Draft
rafNNN wants to merge 8 commits into
intel:syclfrom
rafNNN:rrudnick_cuda13_test_nosplit
Draft

[WIP] cuda13 test v3#22199
rafNNN wants to merge 8 commits into
intel:syclfrom
rafNNN:rrudnick_cuda13_test_nosplit

Conversation

@rafNNN

@rafNNN rafNNN commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

bratpiorka and others added 7 commits June 3, 2026 11:02
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.
…nosplit

# Conflicts:
#	sycl/test-e2e/bindless_images/vulkan_interop/vulkan_sycl_image_interop_read_1d.cpp
Comment thread devops/actions/run-tests/linux/e2e/action.yml Fixed
@kweronsx kweronsx force-pushed the rrudnick_cuda13_test_nosplit branch 2 times, most recently from 318e9e0 to 1f03f6a Compare June 16, 2026 11:39
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 }}
@kweronsx kweronsx force-pushed the rrudnick_cuda13_test_nosplit branch from 1f03f6a to 36dbfec Compare June 16, 2026 12:25
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
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