/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 hst.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-09 16:46:23 UTC
  • Revision ID: csa@dside.dyndns.org-20110209164623-euzlyp4a6eh15iqg
Separate CPU code into the hst_cpu

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "hst.h"
34
34
#include "hst_reconstructor.h"
35
35
 
36
 
#include "hst_cpu.h"
 
36
#include "hst_cpu/hst_cpu.h"
37
37
 
38
38
#ifdef USEGPU
39
39
# include "hst_cuda/hst_cuda.h"
40
40
#endif /* USEGPU */
41
41
 
42
42
#ifdef USEOPENCL
43
 
#include "hst_opencl/hst_opencl.h"
 
43
# include "hst_opencl/hst_opencl.h"
44
44
#endif
45
45
 
46
46
#include "hw_sched.h"