https://github.com/xtra-computing/query_on_opencl_fpga
https://github.com/xtra-computing/query_on_opencl_fpga
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtra-computing/query_on_opencl_fpga
- Owner: Xtra-Computing
- Created: 2019-10-07T15:52:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T06:52:08.000Z (over 5 years ago)
- Last Synced: 2024-12-29T19:05:54.194Z (about 1 year ago)
- Language: C++
- Size: 66.4 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Query Processing on OpenCL-based FPGAs
## 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={Relational Query Processing on OpenCL-based FPGAs},
author={Zeke Wang and Shuhao Zhang and Bingsheng He and Wei Zhang},
year={2016},
booktitle={International Conference on Field Programmable Logic and Applications (FPL), 2016},
}
```
### Related publications
* Zeke Wang, Johns Paul, Hui Yan Cheah, Bingsheng He, and Wei Zhang. [Relational Query Processing on OpenCL-based FPGAs](https://wangzeke.github.io/doc/query-fpl-16.pdf). FPL, 2016.
## Related systems
* MapReduce on FPGAs: [Melia](https://github.com/Xtra-Computing/Melia)