/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to hst_cuda/hst_cuda_defines.h

  • Committer: Suren A. Chilingaryan
  • Date: 2018-10-08 04:40:33 UTC
  • Revision ID: csa@suren.me-20181008044033-vbk0tmuvh4o8mx11
Add some CPU profiling counters

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#else
8
8
//#define HST_TEX_KERNEL                        //!< Enforce ppt1 tex-based kernel
9
9
//#define HST_BASE_KERNEL                       //!< Enforce simplest kernel
10
 
#define HST_HYBRID                              //!< Use Tex & Linear kernels in parallel. Doesn't help on Fermi
 
10
//#define HST_HYBRID                            //!< Use Tex & Linear kernels in parallel. Doesn't help on Fermi
11
11
//#define HST_HALF_MODE                         //!< Careful, only NN-interpolation using tex-engine (i.e. no oversampling and NN in tex mode)
12
12
#endif
13
13