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
5
extern
"C"
{
6
#endif
/* ifdef __cplusplus */
7
15
int
arax_accel_valid_type
(
arax_accel_type_e
type);
16
24
const
char
*
arax_accel_type_to_str
(
arax_accel_type_e
type);
25
36
arax_accel_type_e
arax_accel_type_from_str
(
const
char
*type);
37
38
#ifdef __cplusplus
39
}
40
#endif
/* ifdef __cplusplus */
41
42
#endif
// ifndef ARAX_ACCEL_TYPES_HEADER
arax_types.h
arax_accel_type_e
enum arax_accel_type arax_accel_type_e
arax_accel_valid_type
int arax_accel_valid_type(arax_accel_type_e type)
Definition
arax_accel_types.c:22
arax_accel_type_to_str
const char * arax_accel_type_to_str(arax_accel_type_e type)
Definition
arax_accel_types.c:27
arax_accel_type_from_str
arax_accel_type_e arax_accel_type_from_str(const char *type)
Definition
arax_accel_types.c:35
src
core
arax_accel_types.h
Generated by
1.13.2