You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
assignment_01: Contains the code related to the first assignment
helloDSP: Contains the provided sample program, showing how to pass messages between GPP (ARM core) and DSP
TO DO
Measure execution time, including time spent on sending/receiving messages to/from the DSP and on computing the product, and compute the speedup (move matrix generation outside the timer scope)
Measure the execution cycles on the DSP
Measure the commmunicaiton overhead
Explore compiler flags possibilities
Try different message passing strategies
Derive application information from profilers (MCProf and gprof)