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

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

1 participant