"wrappers/python/vscode:/vscode.git/clone" did not exist on "643473cee91fbf8e232d485012f7b8cf13d68829"
Commit 89ef8f67 authored by Yan Yan's avatar Yan Yan
Browse files

add missing curand_dev

parent 088d9423
......@@ -23,6 +23,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
"visual_studio_integration";
"nvrtc_dev";
"cudart";
"curand_dev";
# before 11.3, thrust are included by default and no explicit package exists
)
} 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
"cuda_nvrtc";
"cuda_cudart";
"cuda_thrust";
"libcurand";
)
} else {
# after cuda 11.4
......@@ -41,6 +43,7 @@ if (($CUDA_VERSION_FULL -eq "10.2") -or ($CUDA_VERSION_FULL -eq "11.0") -or ($CU
"nvrtc_dev";
"cudart";
"thrust";
"curand_dev";
)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment