Skip to content

Commit

Permalink
Show IGC TAG in run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed May 4, 2024
1 parent c7e4670 commit a9bd77d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
- run: which clang++ sycl-ls
- run: sycl-ls --verbose
- run: SYCL_PI_TRACE=-1 sycl-ls
- run: cat /usr/local/lib/igc/IGCTAG.txt

- name: Deduce E2E CMake options
if: inputs.tests_selector == 'e2e'
Expand Down
2 changes: 2 additions & 0 deletions devops/scripts/install_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ InstallIGFX () {
| wget -qi -
dpkg -i *.deb && rm *.deb *.sum
IS_IGC_DEV=$(CheckIGCdevTag $IGCTAG)
echo "$IGC_TAG" > /usr/local/lib/igc/IGCTAG.txt
if [ "$IS_IGC_DEV" == "Yes" ]; then
# Dev IGC deb package did not include libopencl-clang
# opencl-clang repo does not provide release deb package either.
Expand All @@ -148,6 +149,7 @@ InstallIGFX () {
cp -d libopencl-clang.so.14* /usr/local/lib/
echo "Clean up"
rm *.deb libopencl-clang.so.14*
echo "$IGC_DEV_TAG" > /usr/local/lib/igc/IGCTAG.txt
fi
}

Expand Down

0 comments on commit a9bd77d

Please sign in to comment.