Skip to content

Commit

Permalink
Add path to hip cmake config as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsfriess committed Jun 19, 2022
1 parent 5125368 commit d9fc104
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 @@ -48,7 +48,8 @@ jobs:
bash l_BaseKit_p_2021.4.0.3422.sh -a --action install -s --eula accept --components=intel.oneapi.lin.tbb.devel:intel.oneapi.lin.mkl.devel --install-dir /opt/intel/ --download-dir /opt/intel/dw/ --download-cache /opt/intel/dw/ --package-path /opt/intel/intel
- name: clone and build oneMKL
env:
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/
hip_DIR: /opt/rocm-5.1.1/lib/cmake/hip/
run: |
cd
git clone https://github.com/oneapi-src/oneMKL.git
Expand Down

0 comments on commit d9fc104

Please sign in to comment.