/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2011-08-27 23:38:31 UTC
  • Revision ID: csa@dside.dyndns.org-20110827233831-uts6phfd9ubqf4on
To prevent silent segmentations during fatal errors executed within multithreaded context, as a temporal solution just print error message before calling g_log

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    server. The performance with old and newer kernels differ very liitle, and it is slower than GTX480 on
15
15
    my box (timer problem exists on my box as well). 
16
16
 5) Check dimensions (number of layers)
 
17
 6) Exit (check_alloc, check_code) within the thread is resulting in segmentation fault. We should not exit
 
18
 while threads are running, but instead return the error to calling applications until the threading is stopped
 
19
 and exit in single-threaed context.
 
20
 7) dim_fft is computed twice big than necessary (4096 to accomodate 2000, for instance). Do we really need it
 
21
 for better precision? Or is it a bug? The current version from Alessandro increases it even two times more (to
 
22
 8192) in order to perform "extra symmetric padding with fai360".
17
23
    
18
24
Features
19
25
--------
35
41
9. Implemnent linear interpolation and oversampling in OpenCL/CPU mode
36
42
10.On multi-GPU systems, the CUDA initialization takes up to 10s, to 
37
43
   save this time we should implement kind of a CUDA daemon.
 
44
11.Merge new features from ESRF branch
38
45
 
39
46
Felix
40
47
-----