File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 clang_version : [13]
1111 rocm_version : ['5.1.1']
12+ cuda_version : ['11.6']
1213 os : [ubuntu-20.04, ubuntu-18.04]
1314 runs-on : ${{matrix.os}}
1415 steps :
6768 -DWITH_ROCM_BACKEND=OFF \
6869 -DWITH_LEVEL_ZERO_BACKEND=OFF \
6970 -DCMAKE_INSTALL_PREFIX=/opt/hipSYCL \
70- -DROCM_PATH=/opt/rocm-${{matrix.rocm_version}} ..
71+ -DROCM_PATH=/opt/rocm-${{matrix.rocm_version}} \
72+ -DCUDA_PATH=/usr/local/cuda-${{matrix.cuda_version}} ..
7173 make -j2 install
7274 - name : install LAPACK (for CBLAS)
7375 run : |
9496 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-${{matrix.clang_version}} \
9597 -DCMAKE_C_COMPILER=/usr/bin/clang-${{matrix.clang_version}} \
9698 -DCUDA_CUDA_LIBRARY=/usr/local/cuda-11.6/lib64/stubs/libcuda.so \
99+ -DCUDA_PATH=/usr/local/cuda-${{matrix.cuda_version}} \
97100 -DENABLE_CUBLAS_BACKEND=True \
98101 -DENABLE_CURAND_BACKEND=False \
99102 -DENABLE_CUSOLVER_BACKEND=False \
You can’t perform that action at this time.
0 commit comments