Skip to content

Commit

Permalink
Update build_hip_basic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed Aug 27, 2024
1 parent f99ee52 commit 526553e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_hip_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: |
apt-get update -qq &&
apt-get install -y build-essential g++ glslang-tools \
python3 python3-pip libglfw3-dev libvulkan-dev locales wget
python3 -m pip install --upgrade pip
python3 -m pip install cmake
python3 python3-pip libglfw3-dev libvulkan-dev locales wget cmake
- name: Install ROCm Dev
run: |
Expand All @@ -47,4 +45,4 @@ jobs:
run: |
cd HIP-Basic && mkdir build && cd build
cmake -DGPU_ARCHITECTURES=all -S ..
cmake --build . -j 4
cmake --build . -j $(nproc)

0 comments on commit 526553e

Please sign in to comment.