|
PULSAR
0.1
Parallel Unified Linear Algebra with Systolic Arrays
|
PRT configuration. More...
#include "prt.h"

Go to the source code of this file.
Data Structures | |
| struct | prt_config_s |
| PRT configuration. More... | |
Typedefs | |
| typedef enum prt_config_param_e | prt_config_param_t |
| PRT configuration parameters. More... | |
| typedef enum prt_config_value_e | prt_config_value_t |
| values of PRT configuration parameters More... | |
| typedef struct prt_config_s | prt_config_t |
| PRT configuration. More... | |
Enumerations | |
| enum | prt_config_param_e { PRT_VDP_SCHEDULING, PRT_SVG_TRACING } |
| PRT configuration parameters. More... | |
| enum | prt_config_value_e { PRT_VDP_SCHEDULING_AGGRESSIVE, PRT_VDP_SCHEDULING_LAZY, PRT_SVG_TRACING_ON, PRT_SVG_TRACING_OFF } |
| values of PRT configuration parameters More... | |
Functions | |
| prt_config_t * | prt_config_new () |
| config object constructor More... | |
| void | prt_config_delete (prt_config_t *config) |
| config object destructor More... | |
PRT configuration.
PULSAR Runtime /pulsar/ Copyright (C) 2012-2013 University of Tennessee.
Definition in file prt_config.h.
| typedef enum prt_config_param_e prt_config_param_t |
PRT configuration parameters.
| typedef struct prt_config_s prt_config_t |
PRT configuration.
| typedef enum prt_config_value_e prt_config_value_t |
values of PRT configuration parameters
| enum prt_config_param_e |
PRT configuration parameters.
| Enumerator | |
|---|---|
| PRT_VDP_SCHEDULING | |
| PRT_SVG_TRACING | |
Definition at line 23 of file prt_config.h.
| enum prt_config_value_e |
values of PRT configuration parameters
| Enumerator | |
|---|---|
| PRT_VDP_SCHEDULING_AGGRESSIVE | |
| PRT_VDP_SCHEDULING_LAZY | |
| PRT_SVG_TRACING_ON | |
| PRT_SVG_TRACING_OFF | |
Definition at line 31 of file prt_config.h.
| void prt_config_delete | ( | prt_config_t * | config | ) |
config object destructor
| vdp |
Definition at line 39 of file prt_config.c.

| prt_config_t* prt_config_new | ( | ) |
config object constructor
Definition at line 19 of file prt_config.c.
References prt_assert, PRT_SVG_TRACING_OFF, PRT_VDP_SCHEDULING_AGGRESSIVE, and prt_config_s::vdp_scheduling.
