/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 cuda/local_sum.h

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-10 13:09:44 UTC
  • Revision ID: csa@dside.dyndns.org-20091210130944-cppzkxvshdvg03ig
First attempt with CUDA streams

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
int local_sum(TProcessingState *ps, 
7
7
    float *lsum, float *denom,
8
8
    float *tmp1, float *tmp2,
9
 
    float *in1, float *in2);
 
9
    float *in1, float *in2,
 
10
    cudaStream_t stream);
10
11
    
11
12
    
12
13
int local_sum_validate(TProcessingState *ps, int icp, const mxArray *lsum, const mxArray *denom);