Skip to content

Commit

Permalink
Merge pull request #80 from mariux64/Add-Tesla-PCIID
Browse files Browse the repository at this point in the history
nvidiactl: Add PCI-ID for Tesla V100
  • Loading branch information
thomas authored Feb 12, 2019
2 parents b5637ba + 6c266ac commit 8e0c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidiactl/nvidiactl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PCIIDHINT_DIR=/usr/share/nvidia/pciidhints

kver=$(uname -r)

nvidiacards=( $(lspci -n | grep " 0300: 10de:" | cut -d ' ' -f 3) )
nvidiacards=( $(lspci -n | grep " 030[0,2]: 10de:" | cut -d ' ' -f 3) )

nvver=${nvidiacards[0]}

Expand Down

0 comments on commit 8e0c384

Please sign in to comment.