Last active
May 3, 2024 17:32
-
-
Save bernhardmgruber/0c9b4f696e35d0690d81f37ea70b66ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export HISTSIZE=1000000 | |
export HISTFILESIZE=1000000 | |
export MAKEFLAGS="-j$(nproc)" | |
# CUDA | |
export PATH=${PATH}:/usr/local/cuda/bin | |
export CUDAHOSTCXX=g++-12 # update to latest supported | |
# vcpkg | |
source /home/bgruber/dev/vcpkg/scripts/vcpkg_completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment