15
edits
Changes
→Basic hotspot analysis
[[File:Summary.PNG]]
[[File:Function_timmings.PNG]]
the image above shows the timings for each function
matmul_0 - represents serial version
matmul_1 - represents serial version with reverse logic
matmul_2 - uses cilk_for
matmul_3 - uses cilk_for and reducer hyperboject
matmul_4 - uses cilk_for, reducer and vectorization
===Advanced hotspot analysis===