CHROMA
bicgstab_kernels.h
Go to the documentation of this file.
1 #ifndef BICGSTAB_KERNELS_H
2 #define BICGSTAB_KERNELS_H
3 
4 #include "chroma_config.h"
5 // Switchbox file for bicgstab kernel specialisations
6 // Always include the naive ones
7 
9 
10 #ifdef BUILD_SCALARSITE_BICGSTAB
11 #warning "Using Scalarsite BiCGStab Kernels"
13 #endif
14 
15 namespace Chroma {
16 
17  namespace BiCGStabKernels {
18 
19  inline
20  void initKernels()
21  {
22 
23 #ifdef BUILD_SCALARSITE_BICGSTAB
25 #endif
26 
27 
28  }
29 
30  inline
32  {
33 #ifdef BUILD_SCALARSITE_BICGSTAB
35 #endif
36  }
37  }
38 
39 
40 }
41 #endif
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10