/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses

« back to all changes in this revision

Viewing changes to cell/mrses_impl.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-28 04:30:08 UTC
  • Revision ID: csa@dside.dyndns.org-20100428043008-vd9z0nso9axezvlp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#define SPE_BLOCK 16            // This indicates minimal block of processing by SPE code
13
13
#define SIMD_BLOCK 16           // In bytes
14
14
#define HW_ITERATE_BLOCKS 16
15
 
#define SPE_MAX_TRANSFER_SIZE 16384
16
15
 
17
16
//#define TRACE_TIMINGS 1
18
17
//#define USE_FAST_RANDOM 1             //* default random/rand somehow sequentalize threads
34
33
struct MRSESContextT {
35
34
    MRSESDistance dist;
36
35
 
37
 
    int palloc;                 /**< Size of vectors in index array, iterate only */
38
36
    int properties;             /**< Number of properties */
39
37
    int alloc;                  /**< Size of vectors in A and B matrixes for alignment */
40
38
    int nA, nB;                 /**< Number of samples */