#include <stdlib.h>
#include <stdbool.h>
Go to the source code of this file.
|
int | volk_get_index (const char *impl_names[], const size_t n_impls, const char *impl_name) |
|
int | volk_rank_archs (const char *kern_name, const char *impl_names[], const int *impl_deps, const bool *alignment, size_t n_impls, const bool align) |
|
int volk_get_index |
( |
const char * |
impl_names[], |
|
|
const size_t |
n_impls, |
|
|
const char * |
impl_name |
|
) |
| |
int volk_rank_archs |
( |
const char * |
kern_name, |
|
|
const char * |
impl_names[], |
|
|
const int * |
impl_deps, |
|
|
const bool * |
alignment, |
|
|
size_t |
n_impls, |
|
|
const bool |
align |
|
) |
| |