Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/aobench-parallella
aobench on Parallella
https://github.com/syoyo/aobench-parallella
Last synced: 18 days ago
JSON representation
aobench on Parallella
- Host: GitHub
- URL: https://github.com/syoyo/aobench-parallella
- Owner: syoyo
- Created: 2014-02-23T15:08:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-23T16:25:05.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T13:21:42.345Z (2 months ago)
- Language: C
- Size: 223 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aobench on Parallella
aobench on Parallella.
![aobench](https://github.com/syoyo/aobench-parallella/blob/master/img/aobench_parallella.png?raw=true)
Youtube
http://www.youtube.com/watch?v=_t4p4Is0Z3E
Based on Shodruky's mandelbrot example
https://github.com/parallella/parallella-examples/tree/master/mandelbrot
## How to build and run
$ make
Go to framebuffer mode(CTRL + ALT + F2)
$ ./run.sh
Will render animation of aobench.
After execution, you can go back to GUI by CTRL + ALT + F7## Note
-O3 option doesn't work(seems causing stack overrun).
epiphany core doesn't have division, sqrt, etc units in HW. So we have to provide (approximate) functions of these for better performance.
## Author
Syoyo Fujita([email protected])
## License
BSD license