mirror of
https://github.com/andre-wojtowicz/blas-benchmarks
synced 2024-11-03 20:50:27 +01:00
added online cuda get
This commit is contained in:
parent
b4d9e85e2d
commit
f1c7509cfb
@ -394,6 +394,15 @@ function cublas_install {
|
|||||||
echo "Finished installing cuBLAS"
|
echo "Finished installing cuBLAS"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TODO: switch to 7.5
|
||||||
|
function cublas_get_online {
|
||||||
|
|
||||||
|
wget ${WGET_OPTIONS} http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1504/x86_64/cuda-repo-ubuntu1504_7.5-18_amd64.deb
|
||||||
|
dpkg -i cuda-repo-ubuntu1504_7.5-18_amd64.deb
|
||||||
|
apt-get update
|
||||||
|
rm cuda-repo-ubuntu1504_7.5-18_amd64.deb
|
||||||
|
}
|
||||||
|
|
||||||
function cublas_check {
|
function cublas_check {
|
||||||
|
|
||||||
echo "Started checking cuBLAS"
|
echo "Started checking cuBLAS"
|
||||||
|
Loading…
Reference in New Issue
Block a user