Changeset 515 for soft/giet_vm/applications/sort
- Timestamp:
- Feb 14, 2015, 5:13:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/sort/main.c
r502 r515 26 26 #include "user_barrier.h" 27 27 28 #define ARRAY_LENGTH 409628 #define ARRAY_LENGTH 0x1000 29 29 #define IPT (ARRAY_LENGTH / threads) // ITEMS PER THREAD 30 30 … … 85 85 unsigned int nprocs; 86 86 unsigned int threads; 87 87 88 giet_procs_number( &x_size , &y_size , &nprocs ); 88 89 threads = x_size * y_size * nprocs;
Note: See TracChangeset
for help on using the changeset viewer.