cpp DAAL implementation - wrapper for raw pointer input#527
cpp DAAL implementation - wrapper for raw pointer input#527stem-lab-tech wants to merge 11 commits intomasterfrom
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