File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
clang_version : [13]
11
11
rocm_version : ['5.1.1']
12
+ cuda_version : ['11.6']
12
13
os : [ubuntu-20.04, ubuntu-18.04]
13
14
runs-on : ${{matrix.os}}
14
15
steps :
67
68
-DWITH_ROCM_BACKEND=OFF \
68
69
-DWITH_LEVEL_ZERO_BACKEND=OFF \
69
70
-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}} ..
71
73
make -j2 install
72
74
- name : install LAPACK (for CBLAS)
73
75
run : |
94
96
-DCMAKE_CXX_COMPILER=/usr/bin/clang++-${{matrix.clang_version}} \
95
97
-DCMAKE_C_COMPILER=/usr/bin/clang-${{matrix.clang_version}} \
96
98
-DCUDA_CUDA_LIBRARY=/usr/local/cuda-11.6/lib64/stubs/libcuda.so \
99
+ -DCUDA_PATH=/usr/local/cuda-${{matrix.cuda_version}} \
97
100
-DENABLE_CUBLAS_BACKEND=True \
98
101
-DENABLE_CURAND_BACKEND=False \
99
102
-DENABLE_CUSOLVER_BACKEND=False \
You can’t perform that action at this time.
0 commit comments