Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum C++ standard from 11 to 14. #1787

Merged
merged 15 commits into from
Feb 16, 2021
Prev Previous commit
Next Next commit
need curand
  • Loading branch information
atmyers committed Feb 11, 2021
commit bccd2aa3e28c782e655f9002958049ae60a19e5b
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/dependencies_nvcc9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ sudo apt-get install -y \
cuda-compiler-9-2 \
cuda-minimal-build-9-2 \
cuda-nvml-dev-9-2 \
cuda-nvtx-9-2
cuda-nvtx-9-2 \
cuda-curand-9.2

sudo ln -s cuda-9.2 /usr/local/cuda

Expand Down