[patch] SSAR interpolation loop

Don McCoy don at codesourcery.com
Mon Nov 6 18:12:58 UTC 2006


This patch gets a 6x speedup in the interpolation loop over the previous 
version.  Again using the same methodology of pre-computing values where 
possible. 

The memory footprint is worth considering at this point.  For example, 
this computation stores a cube of 1072 x 1144 x 17 doubles for this 
particular problem size.  As the problem scales, the speedup may not be 
worth the trade-off in memory consumed.

Regards,

-- 
Don McCoy
don (at) CodeSourcery 
(888) 776-0262 / (650) 331-3385, x712

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: interp.changes
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20061106/0c7539f1/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: interp.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20061106/0c7539f1/attachment-0001.ksh>


More information about the vsipl++ mailing list