[Main Page] Main Page | Recent changes | View source | Page history

Printable version | Disclaimers | Privacy policy | Latest revision

Not logged in
Log in | Help
 

CUDA Parallel Computing

(Difference between revisions)

m
m
Line 1: Line 1:
coming soon....
+
Based on Benny11's thread [http://forums.overclockers.com.au/showthread.php?t=850555 Most Efficient CUDA Processing per Dollar!]
 +
 
 +
=== Contents: ===
 +
 
 +
Post 1<br>
 +
.. 1.1 Introduction<br>
 +
.. 1.2 What is CUDA?<br>
 +
.. 1.3 But isn't parallel computing difficult?<br>
 +
.. 1.4 How much faster is it? The GPU vs. CPU Architecture....<br>
 +
.. 1.5 Before Benchmarking - A little theory<br>
 +
.. 1.6 Benchmarking Methods<br>
 +
...... 1.6.1 Requirements<br>
 +
...... 1.6.2 Method 1<br>
 +
...... 1.6.3 Method 2<br>
 +
...... 1.6.4 Benchmark Submission Post Format<br>
 +
...... 1.6.5 Finding your Driver Version<br>
 +
.. 1.7 Conclusion<br>
 +
.. 1.8 Notes and Improvements to Thread<br>
 +
.. 1.9 References<br>
 +
 
 +
Post 2<br>
 +
.. 1.1 How results are calculated<br>
 +
.. 1.2 Results<br>
 +
 
 +
Post 3.<br>
 +
.. Example<br>
  
  

Revision as of 16:58, 27 February 2010

Based on Benny11's thread Most Efficient CUDA Processing per Dollar!

Contents:

Post 1
.. 1.1 Introduction
.. 1.2 What is CUDA?
.. 1.3 But isn't parallel computing difficult?
.. 1.4 How much faster is it? The GPU vs. CPU Architecture....
.. 1.5 Before Benchmarking - A little theory
.. 1.6 Benchmarking Methods
...... 1.6.1 Requirements
...... 1.6.2 Method 1
...... 1.6.3 Method 2
...... 1.6.4 Benchmark Submission Post Format
...... 1.6.5 Finding your Driver Version
.. 1.7 Conclusion
.. 1.8 Notes and Improvements to Thread
.. 1.9 References

Post 2
.. 1.1 How results are calculated
.. 1.2 Results

Post 3.
.. Example


More Links