hdk
hdk copied to clipboard
[L0] Building hashtable on GPU
The code in this branch is supposed to link into separately built shared library and currently represents the HDK side of talking to a shared library. The current (ugly) workflow to test this is as follows:
- Get a separate conda env with
dpcpp-cpp-rt - Activate it, build shared library and add the path to where to look for the
.soto the respectivefind_library()call in cmake, modify the path for the header inBaselineHashTableBuilder.hand for Perfect Hash respectively. - Build HDK with
omnisci-dev - Run tests using conda env from step 1
Currently passes JoinHashTableTest