Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
89ef8f67
Commit
89ef8f67
authored
Oct 21, 2021
by
Yan Yan
Browse files
add missing curand_dev
parent
088d9423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools/install_windows_cuda.ps1
tools/install_windows_cuda.ps1
+3
-0
No files found.
tools/install_windows_cuda.ps1
View file @
89ef8f67
...
@@ -23,6 +23,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
...
@@ -23,6 +23,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
"visual_studio_integration"
;
"visual_studio_integration"
;
"nvrtc_dev"
;
"nvrtc_dev"
;
"cudart"
;
"cudart"
;
"curand_dev"
;
# before 11.3, thrust are included by default and no explicit package exists
# before 11.3, thrust are included by default and no explicit package exists
)
)
}
elseif
(
$CUDA_VERSION_FULL
-eq
"11.3"
){
}
elseif
(
$CUDA_VERSION_FULL
-eq
"11.3"
){
...
@@ -32,6 +33,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
...
@@ -32,6 +33,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
"cuda_nvrtc"
;
"cuda_nvrtc"
;
"cuda_cudart"
;
"cuda_cudart"
;
"cuda_thrust"
;
"cuda_thrust"
;
"libcurand"
;
)
)
}
else
{
}
else
{
# after cuda 11.4
# after cuda 11.4
...
@@ -41,6 +43,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
...
@@ -41,6 +43,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
"nvrtc_dev"
;
"nvrtc_dev"
;
"cudart"
;
"cudart"
;
"thrust"
;
"thrust"
;
"curand_dev"
;
)
)
}
}
...
...
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