|
StarPU Internal Handbook
|
Go to the source code of this file.
Functions | |
| void | _starpu_bound_record (struct _starpu_job *j) |
| void | _starpu_bound_tag_dep (starpu_tag_t id, starpu_tag_t dep_id) |
| void | _starpu_bound_task_dep (struct _starpu_job *j, struct _starpu_job *dep_j) |
| void | _starpu_bound_job_id_dep (starpu_data_handle_t handle, struct _starpu_job *dep_j, unsigned long job_id) |
| void | starpu_bound_clear (void) |
Variables | |
| int | _starpu_bound_recording |
| void _starpu_bound_record | ( | struct _starpu_job * | j | ) |
Record task for bound computation
| void _starpu_bound_tag_dep | ( | starpu_tag_t | id, |
| starpu_tag_t | dep_id | ||
| ) |
Record tag dependency: id depends on dep_id
| void _starpu_bound_task_dep | ( | struct _starpu_job * | j, |
| struct _starpu_job * | dep_j | ||
| ) |
Record task dependency: j depends on dep_j
| void _starpu_bound_job_id_dep | ( | starpu_data_handle_t | handle, |
| struct _starpu_job * | dep_j, | ||
| unsigned long | job_id | ||
| ) |
Record job id dependency: j depends on job_id
| void starpu_bound_clear | ( | void | ) |
Clear recording
| int _starpu_bound_recording |
Are we recording?