automaticdai / research-dag-scheduling-analysis

Experiments and evaluation for the paper "DAG Scheduling and Analysis on Multiprocessor Systems: Exploitation of Parallelism and Dependency", RTSS 2020. (artifacts evaluation passed)
MIT License
17 stars 6 forks source link

Load dags from the dag generator #3

Open automaticdai opened 4 years ago

automaticdai commented 4 years ago

There should be a common data interface:

automaticdai commented 4 years ago

Make the DAG import / export APIs

automaticdai commented 4 years ago

Partially solved but need more work.

automaticdai commented 4 years ago

load_task() will do the job but need to be integrated into the DAGTask class.