cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sniper_sung
Journeyman III

Need Help with Benchmarking OpenCL on 5870

Hi I'm new to GPGPU programming so it might be a little too difficult for me to get started quickly. I would like to see how much time it takes for a single 5870 to do, say 1,000,000,000,000 double precision (or other float point format) float point operations. Any short / simple code good for reference as a start?

Thanks very much!

0 Likes
2 Replies
gaurav_garg
Adept I

5870 has theoretical 2.72 Tflops single precision floating-point performance and 544 Gflops for double precision.

For a start, you can take a look at TemplateC example shipping with SDK.

0 Likes
hazeman
Adept II

If you need to benchmark gpu ( not necessarily ati's opencl ) then run CAL++ peekflop example ( http://sourceforge.net/projects/calpp/ ). On the other hand it's almost straightforward to convert peekflop to opencl.

0 Likes