ViennaCL - The Vienna Computing Library
1.6.2
Free open-source GPU-accelerated linear algebra and solver library.
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
config.hpp
Go to the documentation of this file.
1
#ifndef VIENNACL_LINALG_DETAIL_BISECT_CONFIG_HPP_
2
#define VIENNACL_LINALG_DETAIL_BISECT_CONFIG_HPP_
3
4
/* =========================================================================
5
Copyright (c) 2010-2014, Institute for Microelectronics,
6
Institute for Analysis and Scientific Computing,
7
TU Wien.
8
Portions of this software are copyright by UChicago Argonne, LLC.
9
10
-----------------
11
ViennaCL - The Vienna Computing Library
12
-----------------
13
14
Project Head: Karl Rupp rupp@iue.tuwien.ac.at
15
16
(A list of authors and contributors can be found in the PDF manual)
17
18
License: MIT (X11), see file LICENSE in the base directory
19
============================================================================= */
20
21
30
// should be power of two
31
#define VIENNACL_BISECT_MAX_THREADS_BLOCK 128
32
33
#define VIENNACL_BISECT_MAX_SMALL_MATRIX 512
34
#define VIENNACL_BISECT_MAX_THREADS_BLOCK_SMALL_MATRIX 256
35
36
#define VIENNACL_BISECT_MIN_ABS_INTERVAL 5.0e-37
37
38
#endif // #ifndef VIENNACL_LINALG_DETAIL_CONFIG_HPP_
viennacl
linalg
detail
bisect
config.hpp
Generated on Thu Dec 11 2014 23:28:03 for ViennaCL - The Vienna Computing Library by
1.8.6