Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

[L0] Building hashtable on GPU #583

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

akroviakov
Copy link
Contributor

@akroviakov akroviakov commented Jul 14, 2023

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:

  1. Get a separate conda env with dpcpp-cpp-rt
  2. Activate it, build shared library and add the path to where to look for the .so to the respective find_library() call in cmake, modify the path for the header in BaselineHashTableBuilder.h and for Perfect Hash respectively.
  3. Build HDK with omnisci-dev
  4. Run tests using conda env from step 1

Currently passes JoinHashTableTest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant