imate
C++/CUDA Reference
Loading...
Searching...
No Matches
c_get_config.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright 2022, Siavash Ameli <sameli@berkeley.edu>
3 * SPDX-License-Identifier: BSD-3-Clause
4 * SPDX-FileType: SOURCE
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the license found in the LICENSE.txt file in the root
8 * directory of this source tree.
9 */
10
11
12#ifndef _DEFINITIONS_C_GET_CONFIG_H_
13#define _DEFINITIONS_C_GET_CONFIG_H_
14
15
16// ============
17// Declarations
18// ============
19
20bool is_use_cblas();
21bool is_use_mkl();
22bool is_use_openmp();
24bool is_use_cuda();
26bool is_debug_mode();
29bool is_use_long_int();
31
32
33#endif // _DEFINITIONS_C_GET_CONFIG_H_
bool is_use_mkl()
Returns USE_MKL.
bool is_cython_build_in_source()
Returns CYTHON_BUILD_IN_SOURCE.
bool is_use_cuda()
Returns USE_CUDA.
bool is_use_unsigned_long_int()
Returns USE_UNSIGNED_LONG_INT.
bool is_use_loop_unrolling()
Returns USE_LOOP_UNROLLING.
bool is_cython_build_for_doc()
Returns CYTHON_BUILD_FOR_DOC.
bool is_use_cblas()
Returns USE_CBLAS.
bool is_use_long_int()
Returns USE_LONG_INT.
bool is_cuda_dynamic_loading()
Returns CUDA_DYNAMIC_LOADING.
bool is_use_openmp()
Returns USE_OPENMP.
bool is_debug_mode()
Returns DEBUG_MODE.