PDA

View Full Version : G80 owners please help


liqnit
12-21-2006, 02:21 PM
Hey Guys .
I need some help from everyone with a G80 card (GTS\GTX) .
I am testing Nvidia new CUDA language

What is CUDA technology?
GPU computing with CUDA technology is an innovative combination of computing features in next generation NVIDIA GPUs that are accessed through a standard ‘C’ language. Where previous generation GPUs were based on “streaming shader programs”, CUDA programmers use ‘C’ to create programs called threads that are similar to multi-threading programs on traditional CPUs. In contrast to multi-core CPUs, where only a few threads execute at the same time, NVIDIA GPUs featuring CUDA technology process thousands of threads simultaneously enabling a higher capacity of information flow.
One of the most important innovations offered by CUDA technology is the ability for threads on NVIDIA GPUs to cooperate when solving a problem. By enabling threads to communicate, CUDA technology allows applications to operate more efficiently. NVIDIA GPUs featuring CUDA technology have a Parallel Data Cache that saves frequently used information directly on the GPU. Storing information on the GPU allows computing threads to instantly share information rather than wait for data from much slower, off-chip DRAMs. This advance in technology enables users to find the answers to complex computational problems in real-time.
http://developer.nvidia.com/object/cuda.html

and I need to run some bandwisth tests.

I you may I will send an application that will analize and report to screen and file data bandwidth of the card.
The application is very small and will do nothing to the computer.
At the end please send a print screen of the results and the file created.
I will attach the source code if you want to compile it yourself .

Please Reply\PM\Email\IM me if you are willing .
Thanks
Liqnit

XJnine
12-21-2006, 02:32 PM
I'll test it out for you. PM me when you're ready to send it.

liqnit
12-21-2006, 02:41 PM
I'll test it out for you. PM me when you're ready to send it.

:):)
Thanks a lot
PM sent

liqnit
12-21-2006, 04:14 PM
XJnine yourock:
:thanks: very much
the results were :wow:

XJnine
12-21-2006, 04:29 PM
Glad I could help!