Skip to content

unixpickle/cudainfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cudainfo

This tool dumps GPU device information using CUDA.

Installation

You must have unixpickle/cuda setup. Thus, you must install CUDA and set some environment variables. Once you have that stuff setup, do:

go get github.com/unixpickle/cudainfo

Now you can run it like you would run any Go command. On a POSIX system with $GOPATH/bin in your PATH, you should automatically have a new cudainfo command.

Example

$ cudainfo

                Name: GeForce GT 650M
        Total memory: 1.1GB
         Free memory: 64MB
         Clock speed: 900MHz
        Memory clock: 2.5GHz
  Single/double perf: 24

About

Dump basic GPU info via CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages