An open API service indexing awesome lists of open source software.

https://github.com/xtra-computing/melia


https://github.com/xtra-computing/melia

Last synced: about 1 month ago
JSON representation

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)