Ignore:
Timestamp:
Jul 11, 2014, 6:07:47 PM (10 years ago)
Author:
meunier
Message:
  • Updating tsar_generic_xbar topcell so that the -NCYCLES option be considered even when debug is deactivated
  • Updating the simulation scripts to reflect benchmarks evolutions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/scripts/counter_defs.py

    r706 r749  
    11
    22individual_metrics = [ 'req_trig_update', 'local_update', 'remote_update', 'update_cost', 'req_trig_m_inv', 'local_m_inv', 'remote_m_inv', 'm_inv_cost', 'broadcast', 'total_update', 'total_m_inv' ]
     3
    34grouped_metrics = [ 'update_cost', 'm_inv_cost' ]
     5
    46stacked_metrics = [ 'nonwrite_broadcast', 'write_broadcast', 'local_m_inv', 'remote_m_inv', 'local_update', 'remote_update' ]
    57
     
    1012m_app_name['histogram'] = "Histogram"
    1113m_app_name['kmeans'] = "Kmeans"
     14m_app_name['pca'] = "PCA"
     15m_app_name['mat_mult'] = "Matrix Mult."
    1216m_app_name['barnes'] = "Barnes"
    1317m_app_name['fmm'] = "FMM"
Note: See TracChangeset for help on using the changeset viewer.