Skip to content

Instantly share code, notes, and snippets.

@bernhardmgruber
Last active May 3, 2024 17:32
Show Gist options
  • Save bernhardmgruber/0c9b4f696e35d0690d81f37ea70b66ec to your computer and use it in GitHub Desktop.
Save bernhardmgruber/0c9b4f696e35d0690d81f37ea70b66ec to your computer and use it in GitHub Desktop.
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