[vsipl++] [patch] Benchmarking documentation
Jules Bergmann
jules at codesourcery.com
Tue May 8 22:00:16 UTC 2007
Don McCoy wrote:
> Attached is a patch to add a new chapter to the Reference section of the
> tutorial explaining how to run the benchmarks and interpret their
> output. It should serve as a good starting point, though many details
> still remain to be added.
Don, please check this in. We can edit it "in-place". -- Jules
>
> Also, I'd appreciate suggestions as to how to better organize the table
> in the first section.
You could use the VSIPL++ specification section to provide structure to
the table.
I.e.
+----------------------------------------------+
| View Elementwise Functions |
+--------+-------------------------------------+
| vma | fused multiply-add (Z = A*B+C) |
| vmul | multiply (Z = A*B) |
| ... | ... |
+--------+-------------------------------------+
| Redutions |
+--------+-------------------------------------+
| maxval | maximum value (Z = maxval(A, idx)) |
| ... | ... |
+--------+-------------------------------------+
-- Jules
--
Jules Bergmann
CodeSourcery
jules at codesourcery.com
(650) 331-3385 x705
More information about the vsipl++
mailing list