View Single Post
  #41  
Old 11-18-2013, 12:05 AM
ceptimus's Avatar
ceptimus ceptimus is offline
puzzler
 
Join Date: Aug 2004
Location: UK
Posts: XVMMDCCCXXI
Default Re: Homework Help Thread - Linear Algebra Edition

From the data you have it looks like CUDA is about two-and-a-half times slower than CUBLAS and ANN is hundreds or thousands of times slower than CUBLAS on the same number of points.

Unless there are some other factors involved, CUBLAS is the winner.

None of them looks like they will scale very well to very much larger data set sizes without taking unfeasibly long run times. Its just possible that the curves might flatten out eventually but it seems unlikely to me based on the data you have. If it were possible to do so, I'd try out just CUBLAS on some bigger data sets to see whether its curve looks like it might ever level out.
__________________
Reply With Quote
Thanks, from:
Ensign Steve (11-18-2013), SR71 (11-20-2013)
 
Page generated in 0.34326 seconds with 11 queries