/a-roofline-model-of-energy-ubenchmarks

Automatically exported from code.google.com/p/a-roofline-model-of-energy-ubenchmarks

Primary LanguageCudaMIT LicenseMIT

MIT License

Copyright 2020 Jee W. Choi, Marat Dukhan, and Xing Liu

Permission is hereby granted, free of charge, to any person obtaining a copy of 
this software and associated documentation files (the "Software"), to deal in 
the Software without restriction, including without limitation the rights to use, 
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the 
Software, and to permit persons to whom the Software is furnished to do so, subject 
to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



README written by Jee W. Choi.
Benchmarks written by Jee W. Choi, Marat Dukhan, and Xing Liu.

This is a collection of ubenchmarks that has been optimized for performance for different architectures.

The list of benchmarks are
1) intensity
2) L1 cache
3) L2 cache
4) random access

The list of target systems are
  Type Name         Done ubenchmark               To-do ubenchmark
--------------------------------------------------------------------------
1) CPU (Nehalem)    (DRAM/cache read/random,intensity)              (DONE)
2) CPU (Ivy Bridge) (DRAM/cache read/random,intensity)              (DONE)
3) GPU (Fermi)      (intensity,comp,DRAM/cache/SM read,DRAM random) (DONE)
4) GPU (Kepler)     (intensity,comp,DRAM/cache/SM read,DRAM random) (DONE)
5) ARM (Cortex A9)  (DRAM/cache read/random,intensity)              (DONE)
6) ARM (Cortex A15) (DRAM/cache read/random,intensity)              (DONE)
7) GPU (Mali T604)  (intensity,DRAM rand,cache read)                (DONE)
8) CPU (AMD APU)    (intensity,DRAM/cache read/random)              (DONE)
9) GPU (Radeon)     (intensity,cache read,DRAM random)              (DONE)
10) Xeon Phi        (DRAM/cache read/random,intensity)               (DONE)
--------------------------------------------------------------------------

The DRAM/cache read, random access benchmarks for ARM, x86, and Phis are located under ./generic/