/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/normxcorr_hw_kernel.cu

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-09 13:00:50 UTC
  • Revision ID: csa@dside.dyndns.org-20091209130050-z27djqs8ed68fqnk
Complete elimination of cpcorr

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
}
10
10
 
11
11
 
12
 
static __global__ void vecPack(cufftReal *a, int asize, uint8_t *b, int bsize, int size) {
 
12
static __global__ void vecPack(uint8_t *b, int bsize, cufftReal *a, int asize, int size) {
13
13
//    int i = threadIdx.x + blockIdx.x*bsize;
14
14
//    int i = bsize - threadIdx.x - 1 + (bsize - blockIdx.x - 1)*bsize;
15
15