https://github.com/xtra-computing/melia
https://github.com/xtra-computing/melia
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtra-computing/melia
- Owner: Xtra-Computing
- Created: 2019-08-06T10:59:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T06:53:49.000Z (over 5 years ago)
- Last Synced: 2024-12-29T19:06:05.647Z (about 1 year ago)
- Language: C
- Size: 56.6 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapReduce on OpenCL-based FPGA
## Prerequisites
* Altera OpenCL SDK version 14.0
* Terasic’s DE5-Net Altera Stratix V FPGA board
## Cite this work
If you use it in your paper, please cite our work ([full version](https://wangzeke.github.io/doc/melia-tpds-16.pdf)).
```
@article{wang_tpds,
title={Melia: A MapReduce Framework on OpenCL-Based FPGAs},
author={Zeke Wang and Shuhao Zhang and Bingsheng He and Wei Zhang},
year={2016},
booktitle={IEEE Transactions on Parallel and Distributed Systems (TPDS), 2016},
}
```
### Related publications
* Zeke Wang, Shuhao Zhang, Bingsheng He, and Wei Zhang. [Melia: A MapReduce Framework on OpenCL-Based FPGAs](https://wangzeke.github.io/doc/melia-tpds-16.pdf). TPDS, 2016.
## Related systems
* Query Processing on FPGAs: [Query](https://github.com/Xtra-Computing/Query_on_OpenCL_FPGA)