Skip to content

Commit

Permalink
Revert "Try to fix pre-commit CI with a hack (intel#12201)" (intel#13408
Browse files Browse the repository at this point in the history
)

This reverts commit 66a741b.

UR can build fine with ROCm 6.0 now, so we should be good to revert this
  • Loading branch information
npmiller authored Apr 16, 2024
1 parent 06bd6bc commit 4b819cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
build_cache_root: "/__w/"
build_artifact_suffix: "default"
build_cache_suffix: "default"
# FIXME: UR can't find /opt/rocm/hsa with rocm-6.0.0. Previous rocm-5.7.0 had it.
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30"
changes: ${{ needs.detect_changes.outputs.filters }}

determine_arc_tests:
Expand Down Expand Up @@ -75,8 +73,7 @@ jobs:
include:
- name: AMD/HIP
runner: '["Linux", "amdgpu"]'
# FIXME: Keep in sync with the above hack.
image: ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
target_devices: ext_oneapi_hip:gpu
- name: Intel
Expand Down

0 comments on commit 4b819cc

Please sign in to comment.