-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpp DAAL implementation - wrapper for raw pointer input #527
base: master
Are you sure you want to change the base?
Conversation
Looks good @stjoern, think it's ready for a merge or are you still working on something? I will merge my CMake/SWIG stuff once I get an approval today/tomorrow and we can look into merging this if you think it's merge-ready. |
@mdymczyk yes, it's ready to merge, you one can now build dynamic librarylibh2o4gpu_daal.so, but currently only locally, since we do not have consumer in Java and in python is already there. |
@stjoern ok a few things, sorry for the wall of text.
Now it makes sense to me to put DAAL code into a separate folder and generate it into a separate It was failing to compile before because of how the current CMake is structured. It was grabbing recursively all the
I also couldn't find any logs in previous master builds of DAAL tests (the python tests like for example
|
@mdymczyk /interface_py/h2o4gpu/daal_c_interface are python files with particular examples. In folder src/daal/ is Makefile (for building libh2o4gpu_daal.so used with python files).
|
cpp part of DAAL implementation