/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/README

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-25 04:39:54 UTC
  • Revision ID: csa@dside.dyndns.org-20100425043954-v7xm2bzohickyl9z
Multi-GPU support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Acceptable precision: 10^-3, 10^-5
2
 
CUDA 2.2 is crashing due to find_max2 kernel, CUDA 2.3 and 3.0 works well
 
2
 
 
3
Problems
 
4
========
 
5
 - CUDA 2.2 is crashing due to find_max2 kernel, CUDA 2.3 and 3.0 works well
 
6
 - gcc 4.3.4 (SuSe 11.2) has optimization bug and with -O3 and threads
 
7
 support disabled (DICT_SUPPORT_THREADS) computes wrongly. With -O2 everything
 
8
 is fine.
 
9
 Actually, strange effects are starting if hw_schedule_task(..,dictLoadImageThread) 
 
10
 is commented (it never executed anyway, but #ifdefing or commenting it out somehow 
 
11
 affects  optimizer)
 
12
 
 
13
 
 
14
Limitations
 
15
===========
3
16
 
4
17
 
5
18
ToDo