Skip to content

Disable OneAPI CI check #326

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
2 changes: 1 addition & 1 deletion .github/actions/install-dpcpp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
if: inputs.DPCPP_RELEASE == 'NIGHTLY'
shell: bash
run: |
sudo apt update && sudo apt install -y intel-opencl-icd
sudo apt update && sudo apt install -y intel-opencl-icd ocl-icd-opencl-dev
dpkg -l | grep libhwloc15 > /dev/null || sudo apt install -y libhwloc15
export DPCPP_PATH=${{ inputs.DPCPP_PATH }}
mkdir -p $DPCPP_PATH
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/intel_pvc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run-tests:
strategy:
matrix:
compiler: [ NIGHTLY, RELEASE ]
# Disable the release check due to an issue with IGC versions 2.7 to 2.10.8.
Copy link
Collaborator

Choose a reason for hiding this comment

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

2.10.9 doesn't have the fix

# compiler: [ NIGHTLY, RELEASE ]
compiler: [ NIGHTLY ]
name: Run Intel PVC tests
runs-on: cp-gpumax-1100-gpu
timeout-minutes: 30
Expand Down
Loading