Skip to content

Instantly share code, notes, and snippets.

@vinesmsuic
Created March 14, 2025 08:37
Show Gist options
  • Select an option

  • Save vinesmsuic/87d32668a4f11e2b0225ee43102b7b48 to your computer and use it in GitHub Desktop.

Select an option

Save vinesmsuic/87d32668a4f11e2b0225ee43102b7b48 to your computer and use it in GitHub Desktop.
nvcc not found but installed
# using CUDA 12.4
export PATH="/usr/local/cuda-12.4/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH"
export CUDA_PATH="/usr/local/cuda-12.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment