tags:

views:

37

answers:

2

Hello, i need to write few applications about lowlevel videocard controling for my coursework. For example - temperature, working SM's, managing access to them, etc. OS linux, tesla c1060.

Could you give me few advices where to search this kind of information?

CUDA does not provide these features. It must be some work with dev\nvidia* probabaly. or not? I've never written something like this - any advices would be welcome.

Thanks.

UPD: nvidia-settings is good but does not provide all what i need. Mb there are some more ways how to do it on c\cuda's ptx?

A: 

A couple of options spring to mind, you could use RivaTuner v2.24c from guru3d.com and/or CPU-ID for a bit more information. I have however, just noticed that you are using Linux so you should be able to install the latest NVidia drivers and run nvidia-settings -h to see the options to view Temperature and various other information. Best of luck!

Neurofluxation
Thanks, nvidia-settings is good tool
A: 

You can write a DirectX program to query the capabilities of the card, if you are interested in which functions it supports.

SLC