> On oct. 18, 2016, 1:55 après-midi, Jason Lowe-Power wrote:
> > There are quite a few whitespace errors. Either look at the diff on 
> > reviewboard to see where the big read boxes are, or run the style checker, 
> > which should fix them.
> > 
> > Would it make more sense to put the core model configurations in their own 
> > directory. Maybe configs/cpu_models? Or configs/example/arm/cpu_models? 
> > Maybe this is a more long-term question and it doesn't matter for this. 
> > What do other think?
> 
> Anastasiia Butko wrote:
>     I believe this option is related to the 'make config/common a Python 
> package' commit and the upcoming re-organization of the config structure.

BTW, could someone commit the patch #3665 so I may update this one on the top 
of MemConfig changes?


- Anastasiia


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3666/#review8889
-----------------------------------------------------------


On oct. 19, 2016, 4:22 matin, Anastasiia Butko wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/3666/
> -----------------------------------------------------------
> 
> (Updated oct. 19, 2016, 4:22 matin)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Changeset 11687:0206e45662b9
> ---------------------------
> arm, config: added support for ex5 model of big.LITTLE
> 
> This patch enables using calibrated big and LITTLE
> cores, ex5_big and ex5_LITTLE instead of the default
> 'arm_detailed' and 'minor' cpus. The ex5 model is based
> on the Samsung Exynos 5 Octa (5422) SoC. Operation and
> memory hierarchy latencies have been calibrated using the
> lmbench micro-benchmark suite. The preliminary validation
> results have been published as:
> 'Full-System Simulation of big.LITTLE Multicore Architecture
> for Performance and Energy Exploration', in International
> Symposium on Embedded Multicore/Many-core Systems-on-Chip
> (MCSoC'16), Lyon, France (Sep, 2016).
> 
> lat_ops bench results:
> ----------------------------------------------
>                  big            LITTLE
> ops           SoC     gem5    SoC     gem5
> ----------------------------------------------
> integer       bit:    0.5     0.48    0.72    0.7
> integer       add:    0.5     0.55    0.72    0.4
> integer       mul:    1.56    1.68    2.16    1.87
> integer       div:    45.36   36.32   53.3    47.32
> integer       mod:    6.56    18.55   17.37   18.02
> int64 bit:    0.51    0.98    1.45    1.42
> uint64        add:    0.63    0.98    1.56    0.93
> int64 mul:    2.52    2.13    3.64    4.68
> int64 div:    92.61   195.52  213.14  197.63
> int64 mod:    47.91   146.78  135.41  138.91
> float add:    2.52    2.71    2.88    2.61
> float mul:    3.02    2.84    2.88    2.73
> float div:    9.07    8.94    12.98   2.82
> double        add:    2.52    2.71    2.88    2.61
> double        mul:    3.02    2.84    5.04    2.73
> double        div:    16.13   10.43   23.03   2.81
> 
> lat_mem_rd bench results:
> ----------------------------------------------
>                  big            LITTLE
> cache mem     SoC     gem5    SoC     gem5
> ----------------------------------------------
> l1/l1 0.5K    4       4       3       3
>       1K      4       4       3       3
>       2K      4       4       3       3
>       3K      4       4       3       3
>       4K      4       4       3       3
>       6K      4       4       3       3
>       8K      4       4       3       3
>       12K     4       4       3       3
>       16K     4       18      3       3
>       24K     13      17      3       3
>       32K     18      18      6       11
> l2/l2 48K     23      20      9       14
>       64K     22      23      11      14
>       96K     23      23      13      14
>       128K    23      23      14      15
>       192K    23      23      15      17
>       256K    23      23      17      17
>       384K    23      24      29      17
>       512K    23      24      59      39
> l2/Mem        768K    23      24      86      97
>       1M      23      24      112     110
>       1.5M    35      25      153     147
>       2M      81      56      165     172
> Mem/Mem       3M      167     162     170     179
>       4M      217     213     171     182
>       6M      251     247     171     182
>       8M      260     257     171     182
>       12M     263     261     171     182
>       16M     265     261     171     182
> 
> Reported-by: Anastasiia Butko <abu...@lbl.gov>
> 
> 
> Diffs
> -----
> 
>   configs/common/CpuConfig.py 4a86763c0b30 
>   configs/common/ex5_LITTLE.py PRE-CREATION 
>   configs/common/ex5_big.py PRE-CREATION 
>   configs/example/arm/fs_bigLITTLE.py 4a86763c0b30 
> 
> Diff: http://reviews.gem5.org/r/3666/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Anastasiia Butko
> 
>

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to