From f266f5bbcf8f2e1613ffa99368cfe30c7f62b2fb Mon Sep 17 00:00:00 2001 From: "Cui, Yifeng" Date: Thu, 8 Aug 2024 07:01:43 -0700 Subject: [PATCH] Temporarily update CI --- .github/actions/inductor-xpu-e2e-test/action.yml | 2 +- .github/scripts/env.sh | 2 +- .github/workflows/nightly_ondemand.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/inductor-xpu-e2e-test/action.yml b/.github/actions/inductor-xpu-e2e-test/action.yml index f9084fe9b..b786942a7 100644 --- a/.github/actions/inductor-xpu-e2e-test/action.yml +++ b/.github/actions/inductor-xpu-e2e-test/action.yml @@ -196,7 +196,7 @@ runs: source activate e2e_ci cp .github/scripts/inductor_perf_summary.py ../pytorch cd ../pytorch - source /opt/intel/oneapi/pytorch-gpu-dev-0.5/oneapi-vars.sh + source /opt/intel/oneapi/compiler/latest/env/vars.sh pip install styleFrame scipy pandas set -xe for suite in $(echo ${{ inputs.suite }} |sed 's/,/ /g') diff --git a/.github/scripts/env.sh b/.github/scripts/env.sh index ab7d7812d..6e8e0fd86 100644 --- a/.github/scripts/env.sh +++ b/.github/scripts/env.sh @@ -1,3 +1,3 @@ #!/bin/bash -source /opt/intel/oneapi/pytorch-gpu-dev-0.5/oneapi-vars.sh +source /opt/intel/oneapi/compiler/latest/env/vars.sh source /opt/intel/oneapi/pti/latest/env/vars.sh diff --git a/.github/workflows/nightly_ondemand.yml b/.github/workflows/nightly_ondemand.yml index 4f56edb78..40cd59ce2 100644 --- a/.github/workflows/nightly_ondemand.yml +++ b/.github/workflows/nightly_ondemand.yml @@ -155,7 +155,7 @@ jobs: echo "TRANSFORMERS_VERSION=$(<.ci/docker/ci_commit_pins/huggingface.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}" echo "TIMM_COMMIT_ID=$(<.ci/docker/ci_commit_pins/timm.txt)" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}" echo "MODEL_ONLY_NAME=${{ inputs.model }}" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}" - source /opt/intel/oneapi/pytorch-gpu-dev-0.5/oneapi-vars.sh + source /opt/intel/oneapi/compiler/latest/env/vars.sh echo "DRIVER_VERSION=$(dkms status 2>&1 |grep 'intel-i915-dkms' |sed 's/.*\///;s/,.*//')" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}" echo "BUNDLE_VERSION=$(dpcpp --version 2>&1 |grep 'DPC++/C++' |sed 's/.*(//;s/).*//')" |tee -a "${GITHUB_OUTPUT}" >> "${GITHUB_ENV}" . /etc/os-release