Ignore:
Timestamp:
Dec 5, 2014, 3:41:22 PM (10 years ago)
Author:
alain
Message:

Introducing the "classif" application.
Updating the "transpose", "convol", and "router" applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/transpose/transpose.py

    r444 r457  
    6464            for p in xrange( nprocs ):
    6565                proc_id = (((x * y_size) + y) * nprocs) + p
    66                 size    = stack_size / nprocs
     66                size    = (stack_size / nprocs) & 0xFFFFF000
    6767                base    = stack_base + (proc_id * size)
    6868                mapping.addVseg( vspace, 'trsp_stack_%d_%d_%d' % (x,y,p), base, size,
Note: See TracChangeset for help on using the changeset viewer.