Skip to content

Instantly share code, notes, and snippets.

@juniorprincewang
Created April 5, 2020 10:33
Show Gist options
  • Select an option

  • Save juniorprincewang/8586723ca2c58e5d1e50a5381c2632f6 to your computer and use it in GitHub Desktop.

Select an option

Save juniorprincewang/8586723ca2c58e5d1e50a5381c2632f6 to your computer and use it in GitHub Desktop.
Get cuda version
#!/bin/bash
version="$(cat /usr/local/cuda/version.txt | head -n1|cut -d " " -f3)"
echo $version
majorminor=${version%.*}
echo $majorminor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment