We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559b3d7 commit 4b6a945Copy full SHA for 4b6a945
.github/workflows/linux.yml
@@ -70,8 +70,8 @@ jobs:
70
cd lapack
71
mkdir build && cd build
72
cmake -DCMAKE_INSTALL_LIBDIR=/opt/lapack -DBUILD_SHARED_LIBS=ON -DCBLAS=ON ..
73
- sudo make -j4 install
74
-- name: clone and build oneMKL
+ make -j4 install
+ - name: clone and build oneMKL
75
env:
76
rocblas_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/rocblas/
77
hip_DIR: /opt/rocm-${{matrix.rocm_version}}/lib/cmake/hip/
0 commit comments