#include <starpu.h>
#include <common/config.h>
#include <common/starpu_spinlock.h>
#include <core/dependencies/cg.h>
Go to the source code of this file.
|
enum | _starpu_tag_state {
STARPU_INVALID_STATE,
STARPU_ASSOCIATED,
STARPU_BLOCKED,
STARPU_READY,
STARPU_DONE
} |
|
|
void | _starpu_init_tags (void) |
|
void | _starpu_notify_tag_dependencies (struct _starpu_tag *tag) |
|
void | _starpu_notify_job_start_tag_dependencies (struct _starpu_tag *tag, _starpu_notify_job_start_data *data) |
|
void | _starpu_tag_declare (starpu_tag_t id, struct _starpu_job *job) |
|
void | _starpu_tag_set_ready (struct _starpu_tag *tag) |
|
unsigned | _starpu_submit_job_enforce_task_deps (struct _starpu_job *j) |
|
void | _starpu_tag_clear (void) |
|
◆ _starpu_tag