Ignore:
Timestamp:
Feb 14, 2015, 5:13:06 PM (9 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/sort/main.c

    r502 r515  
    2626#include "user_barrier.h"
    2727
    28 #define ARRAY_LENGTH    4096
     28#define ARRAY_LENGTH    0x1000
    2929#define IPT             (ARRAY_LENGTH / threads) // ITEMS PER THREAD
    3030
     
    8585    unsigned int nprocs;
    8686    unsigned int threads;
     87
    8788    giet_procs_number( &x_size , &y_size , &nprocs );
    8889    threads = x_size * y_size * nprocs;
Note: See TracChangeset for help on using the changeset viewer.