-
Notifications
You must be signed in to change notification settings - Fork 18
Analyze a Taskgraph
bprail edited this page Apr 17, 2016
·
1 revision
The purpose of Contech is to collect task graphs that can be analyzed, either to better understand how the computer architecture relates to the program, determine specific features of the program for programmer intervention and insight, or provide information to the compiler as to the program's runtime characteristics.
A Contech task graph analysis is termed a backend. For simple analyses, the directions in Writing Backends is sufficient. These analyses only analyze a single task at a time and generally do not consider the parallel nature of the original program.
Otherwise, the analysis will have to use the Task Graph API to concurrently access multiple tasks for analysis.