|
PULSAR
2.0.0
Parallel Ultra-Light Systolic Array Runtime
|
PRT configuration. More...
#include "prt_config.h"Go to the source code of this file.
Functions | |
| prt_config_t * | prt_config_new () |
| Creates a new configuration object. More... | |
| void | prt_config_delete (prt_config_t *config) |
| Destroys a configuration object. More... | |
PRT configuration.
PULSAR Runtime http://icl.utk.edu/pulsar/ Copyright (C) 2012-2015 University of Tennessee.
Definition in file prt_config.c.
| void prt_config_delete | ( | prt_config_t * | config) |
Destroys a configuration object.
| config | – The configuration object to destroy. |
Definition at line 39 of file prt_config.c.
| prt_config_t* prt_config_new | ( | ) |
Creates a new configuration object.
Definition at line 19 of file prt_config.c.