/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/normxcorr_hw.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-08 20:10:46 UTC
  • Revision ID: csa@dside.dyndns.org-20100808201046-ad223bdx3ahc9j3a
Fixes, support for batched FFT transforms

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#define CUDA_EXTRA_MEMORY       (3 * 67108864)  // 64MB
28
28
#define CUDA_MIN_MEMORY         (8 * 67108864)  // 512MB
 
29
//#define CUDA_BATCH_FFT
29
30
//#define USE_SSE
 
31
#define SEQUENTIAL_CUDPP_DESTROY                // 1.1.1 crashes if parallel destroys are executed, looks like a bug 
 
32
 
30
33
 
31
34
#ifdef DICT_SUPPORT_THREADS
32
35
# include "hw_sched.h"