- 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
- confirm the pointer ->integer without increment the execution time.... can compare the cachegrind result. (origianl vs. fused loop version)
- native hardware run (pointer-based loop (original), and integer-based loop only)
- 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