Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 839 Bytes

hef

The project is for the ICDE 2023 papar 106.

The project contains the follow part:

1.instructions table.
It stores the map of the hybrid intermediate description to target instructions.

2.benchmarks.
star schema benchmark, include scalar, AVX-512, and the hybird impplemtation.

3.include.
necessary files for tests.

4.tmp.
generated files, the different combination of scalar and AVX-512.

5.test and pretest.
self definated tests, include the computation of the hash value and hash join.

6.hid examples.
the implemtation example with the hybrid intermediate description to target instruction.


NOTE:
The above dictionaries and files do not contains the core code about HEF, we will upload other files after the paper accepted.