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

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-12 14:31:16 UTC
  • Revision ID: csa@dside.dyndns.org-20100812143116-4fy9kj5x4tlcgead
Few more fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#endif /* DICT_HW_MEASURE_TIMINGS */
41
41
 
42
42
int dictDetectHardware() {
43
 
    int memory;
 
43
    size_t memory;
44
44
    int deviceCount;
45
45
    cudaDeviceProp deviceProp;
46
46