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

Work-around for issue with CPU driver, add tests #1951

Merged
merged 8 commits into from
Jan 4, 2025
7 changes: 1 addition & 6 deletions .github/workflows/os-llvm-sycl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: read-all
jobs:
install-compiler:
name: Build with nightly build of DPC++ toolchain
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 90

env:
Expand Down Expand Up @@ -93,11 +93,6 @@ jobs:
cp oclcpuexp/x64/libOpenCL.so* dpcpp_compiler/lib/
fi

- name: Install system components
shell: bash -l {0}
run: |
sudo apt-get install libtinfo5

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
Loading
Loading