search for: pallister

Displaying 3 results from an estimated 3 matches for "pallister".

2012 Jul 31
0
[LLVMdev] Benchmarks for small embedded platforms
On Jul 31, 2012, at 4:43 AM, James Pallister <james.pallister at embecosm.com> wrote: > Hi Everyone, > > As you may recall (I posted a while back) I'm currently doing a project > measuring the energy consumption for different compiler flags. I've now > gathered a set of benchmarks which I think are appropriate,...
2012 Jul 31
2
[LLVMdev] Benchmarks for small embedded platforms
...The benchmarks that have been chosen: - CRC32, SHA - Prime sifting - Integer / floating point matrix multiplication - Cubic root solver - 2D convolution, FFT, fast discrete cosine transform - Dijkstra, Patricia - Rjindael, Blowfish, Triple DES - Arithmetic coding (?) More info at: http://jpallister.com/wiki/index.php?title=Benchmarks#Final_Benchmark_Choice These have been chosen because: - most have code available under the GPL - they are small enough to fit on the target platforms (the ARM Cortex-M0 we have only has 64 KiB flash and 8 KiB RAM) - they are wide ranging enough to exercise m...
2012 Jul 20
0
[LLVMdev] Identifying Compiler Options to Minimize Energy Consumption by Embedded Programs
...has on the energy consumption of different embedded platforms. To do this we are finding a set of relevant benchmarks, compiling them with different options and measuring their energy consumption on these platforms. We originally announce this project at the GCC Cauldron (presentation here http://jpallister.com/wiki/images/4/44/Gcc-cauldron-low-power-9-jul-12.pdf). Questions we'd like to answer: - Which set of benchmarks are suitable for embedded applications and representative of possible applications? - What compiler options have the most effect on the power consumption of the device? - Does...