Skip to content

Commit

Permalink
Add path to cmake config for AMDDeviceLibs as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsfriess committed Jun 19, 2022
1 parent d9fc104 commit 6fd04a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_hipsycl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: clone and build oneMKL
env:
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/
hip_DIR: /opt/rocm-5.1.1/lib/cmake/hip/
hip_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/hip/
AMDDeviceLibs_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/AMDDeviceLibs/
run: |
cd
git clone https://github.com/oneapi-src/oneMKL.git
Expand Down

0 comments on commit 6fd04a0

Please sign in to comment.