Skip to content

Instantly share code, notes, and snippets.

@marquisthunder
Created December 21, 2018 01:32
Show Gist options
  • Select an option

  • Save marquisthunder/f52d93d32d48090fb6e1efae6869b539 to your computer and use it in GitHub Desktop.

Select an option

Save marquisthunder/f52d93d32d48090fb6e1efae6869b539 to your computer and use it in GitHub Desktop.
[torch] cuda test
import torch
torch.cuda.current_device()
torch.cuda.device(0)
torch.cuda.device_count()
torch.cuda.get_device_name(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment