Wednesday, January 5, 2011

Skype call discussion

1. update the caption for the fused loops
  • caption (a) original loop with pointer index variable.
  • caption (b) original loop with integer index variable.
  • add more detail in the loop body
  • have some explanation in the text for the paper

2. Experiments
  1. confirm the pointer ->integer without increment the execution time.... can compare the cachegrind result. (origianl vs. fused loop version)
  2. native hardware run (pointer-based loop (original), and integer-based loop only)
  3. try 7/9 configuration , and run image encoding for 7/9 and 3/5
  • single processor, natively, see any significantly difference
  • gprof for 7/9 to see the difference in cblk part, and dwt portion.

No comments:

Post a Comment