Skip to content

The MAIN project of the paper "Is FPGA useful for Hash Joins?"

Notifications You must be signed in to change notification settings

Xtra-Computing/HashjoinOnHARP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashjoinOnHARP

Prerequisites

Run the code

$ cd ./
$ make  # make the host execution program
$ aoc ./device/shj.cl -g --report --board bdw_fpga_v1.0 -o ./bin/shj.aocx  # make the FPGA execution program. It takes time.
$ cd ./bin
$ ./host

Cite this work

If you use it in your paper, please cite our work (full version).

@article{chenfpga,
  title={Is FPGA Useful for Hash Joins?},
  author={Chen, Xinyu and Chen, Yao and Bajaj, Ronak and He, Jiong and He, Bingsheng and Wong, Weng-Fai and Chen, Deming},
  year={2020},
  booktitle={Conference on Innovative Data Systems Research (CIDR), 2020},
}

Related publications

Related systems

About

The MAIN project of the paper "Is FPGA useful for Hash Joins?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published