Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
e2a371ee
Commit
e2a371ee
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] bash shell
parent
383935e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
10 deletions
+17
-10
.github/workflows/cuda/cu101-Windows.sh
.github/workflows/cuda/cu101-Windows.sh
+5
-6
.github/workflows/cuda/cu102-Windows.sh
.github/workflows/cuda/cu102-Windows.sh
+6
-2
.github/workflows/cuda/cu111-Windows.sh
.github/workflows/cuda/cu111-Windows.sh
+6
-2
No files found.
.github/workflows/cuda/cu101-Windows.sh
View file @
e2a371ee
...
@@ -10,11 +10,10 @@ export CUDA_URL=https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/loc
...
@@ -10,11 +10,10 @@ export CUDA_URL=https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/loc
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.105_418.96_win10.exe
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.105_418.96_win10.exe
# Install CUDA:
# Install CUDA:
echo
"
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
echo
"Downloading
${
CUDA_URL
}
/
${
CUDA_FILE
}
..."
curl
"
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
--output
"
${
CUDA_FILE
}
"
rm
-f
"
${
CUDA_FILE
}
"
ls
-lah
PowerShell
-Command
"Invoke-WebRequest -OutFile
${
CUDA_FILE
}
-Uri
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
PowerShell
-Command
"Invoke-WebRequest -OutFile
${
CUDA_FILE
}
-Uri
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
ls
-lah
echo
"Done!"
PowerShell
-Command
"Start-Process -FilePath
\"
${
CUDA_FILE
}
\"
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
echo
"Installing from
${
CUDA_FILE
}
..."
PowerShell
-Command
"Start-Process -FilePath
${
CUDA_FILE
}
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
echo
"Done!"
rm
-f
"
${
CUDA_FILE
}
"
rm
-f
"
${
CUDA_FILE
}
"
.github/workflows/cuda/cu102-Windows.sh
View file @
e2a371ee
...
@@ -10,6 +10,10 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
...
@@ -10,6 +10,10 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.89_441.22_win10.exe
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.89_441.22_win10.exe
# Install CUDA:
# Install CUDA:
curl
"
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
--output
"
${
CUDA_FILE
}
"
echo
"Downloading
${
CUDA_URL
}
/
${
CUDA_FILE
}
..."
PowerShell
-Command
"Start-Process -FilePath
\"
${
CUDA_FILE
}
\"
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
PowerShell
-Command
"Invoke-WebRequest -OutFile
${
CUDA_FILE
}
-Uri
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
echo
"Done!"
echo
"Installing from
${
CUDA_FILE
}
..."
PowerShell
-Command
"Start-Process -FilePath
${
CUDA_FILE
}
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
echo
"Done!"
rm
-f
"
${
CUDA_FILE
}
"
rm
-f
"
${
CUDA_FILE
}
"
.github/workflows/cuda/cu111-Windows.sh
View file @
e2a371ee
...
@@ -10,6 +10,10 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
...
@@ -10,6 +10,10 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.1_456.81_win10.exe
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.1_456.81_win10.exe
# Install CUDA:
# Install CUDA:
curl
"
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
--output
"
${
CUDA_FILE
}
"
echo
"Downloading
${
CUDA_URL
}
/
${
CUDA_FILE
}
..."
PowerShell
-Command
"Start-Process -FilePath
\"
${
CUDA_FILE
}
\"
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
PowerShell
-Command
"Invoke-WebRequest -OutFile
${
CUDA_FILE
}
-Uri
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
echo
"Done!"
echo
"Installing from
${
CUDA_FILE
}
..."
PowerShell
-Command
"Start-Process -FilePath
${
CUDA_FILE
}
-ArgumentList
\"
-s nvcc_
${
CUDA_SHORT
}
cuobjdump_
${
CUDA_SHORT
}
nvprune_
${
CUDA_SHORT
}
cupti_
${
CUDA_SHORT
}
cublas_dev_
${
CUDA_SHORT
}
cudart_
${
CUDA_SHORT
}
cufft_dev_
${
CUDA_SHORT
}
curand_dev_
${
CUDA_SHORT
}
cusolver_dev_
${
CUDA_SHORT
}
cusparse_dev_
${
CUDA_SHORT
}
npp_dev_
${
CUDA_SHORT
}
nvrtc_dev_
${
CUDA_SHORT
}
nvml_dev_
${
CUDA_SHORT
}
\"
-Wait -NoNewWindow"
echo
"Done!"
rm
-f
"
${
CUDA_FILE
}
"
rm
-f
"
${
CUDA_FILE
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment