/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-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:
2
2
 
3
3
Problems
4
4
========
5
 
 - CUDA 2.2 is crashing due to find_max2 kernel, CUDA 2.3 and 3.0 works well
 
5
 - CUDA 2.2 is crashing due to find_max2 kernel, CUDA 2.3 and 3.0 works well,
 
6
 CUDA 3.1 produces incorrect results with GTX280 architecture, but works 
 
7
 correctly for Fermi.
 
8
 - CUDPP prior to 1.1.1 is not working with Fermi architecture
6
9
 - gcc 4.3.4 (SuSe 11.2) has optimization bug and with -O3 and threads
7
10
 support disabled (DICT_SUPPORT_THREADS) computes wrongly. With -O2 everything
8
11
 is fine.