![]() |
imate
C++/CUDA Reference
|
#include "./c_get_config.h"
Go to the source code of this file.
Functions | |
| bool | is_use_cblas () |
Returns USE_CBLAS. | |
| bool | is_use_mkl () |
Returns USE_MKL. | |
| bool | is_use_openmp () |
Returns USE_OPENMP. | |
| bool | is_use_loop_unrolling () |
Returns USE_LOOP_UNROLLING. | |
| bool | is_use_cuda () |
Returns USE_CUDA. | |
| bool | is_cuda_dynamic_loading () |
Returns CUDA_DYNAMIC_LOADING. | |
| bool | is_debug_mode () |
Returns DEBUG_MODE. | |
| bool | is_cython_build_in_source () |
Returns CYTHON_BUILD_IN_SOURCE. | |
| bool | is_cython_build_for_doc () |
Returns CYTHON_BUILD_FOR_DOC. | |
| bool | is_use_long_int () |
Returns USE_LONG_INT. | |
| bool | is_use_unsigned_long_int () |
Returns USE_UNSIGNED_LONG_INT. | |
| bool is_cuda_dynamic_loading | ( | ) |
Returns CUDA_DYNAMIC_LOADING.
Definition at line 110 of file c_get_config.cpp.
| bool is_cython_build_for_doc | ( | ) |
Returns CYTHON_BUILD_FOR_DOC.
Definition at line 161 of file c_get_config.cpp.
| bool is_cython_build_in_source | ( | ) |
Returns CYTHON_BUILD_IN_SOURCE.
Definition at line 144 of file c_get_config.cpp.
| bool is_debug_mode | ( | ) |
Returns DEBUG_MODE.
Definition at line 127 of file c_get_config.cpp.
| bool is_use_cblas | ( | ) |
Returns USE_CBLAS.
Definition at line 26 of file c_get_config.cpp.
| bool is_use_cuda | ( | ) |
Returns USE_CUDA.
Definition at line 93 of file c_get_config.cpp.
| bool is_use_long_int | ( | ) |
Returns USE_LONG_INT.
Definition at line 178 of file c_get_config.cpp.
| bool is_use_loop_unrolling | ( | ) |
Returns USE_LOOP_UNROLLING.
Definition at line 76 of file c_get_config.cpp.
| bool is_use_mkl | ( | ) |
Returns USE_MKL.
Definition at line 42 of file c_get_config.cpp.
| bool is_use_openmp | ( | ) |
Returns USE_OPENMP.
Definition at line 59 of file c_get_config.cpp.
| bool is_use_unsigned_long_int | ( | ) |
Returns USE_UNSIGNED_LONG_INT.
Definition at line 195 of file c_get_config.cpp.