Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
arax_accel_types.h
Go to the documentation of this file.
1#ifndef ARAX_ACCEL_TYPES_HEADER
2#define ARAX_ACCEL_TYPES_HEADER
3#include "arax_types.h"
4#ifdef __cplusplus
5extern "C" {
6#endif /* ifdef __cplusplus */
7
16
25
37
38#ifdef __cplusplus
39}
40#endif /* ifdef __cplusplus */
41
42#endif // ifndef ARAX_ACCEL_TYPES_HEADER
enum arax_accel_type arax_accel_type_e
int arax_accel_valid_type(arax_accel_type_e type)
const char * arax_accel_type_to_str(arax_accel_type_e type)
arax_accel_type_e arax_accel_type_from_str(const char *type)