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/convol/convol.py

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