How to run devicequery

Hello,

I am new to GPU learning studying in 3rd year of C.E

We have got assignment about GPU which we use.

I just cannot figure out how can i run device query. I have geforce gt 730 on my pc.

Thanks for any help i get over here.

take a look at the CUDA install guide for your OS:

for example, for linux:

[url]Installation Guide Linux :: CUDA Toolkit Documentation

or windows:

[url]Installation Guide Windows :: CUDA Toolkit Documentation

first you have to do ‘make’ and then after that the binary will be compiled.
After compilation you can do
./deviceQuery

2 Likes