-
Notifications
You must be signed in to change notification settings - Fork 12
Adding HPX backend (train,predict and tests) based on hpx::for_each and hpx::experimental::for_loop #70
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
Conversation
include/plssvm/backends/HPX/kernel/cg_implicit/kernel_matrix_assembly_blas.hpp
Outdated
Show resolved
Hide resolved
include/plssvm/backends/HPX/kernel/cg_explicit/kernel_matrix_assembly.hpp
Outdated
Show resolved
Hide resolved
|
Missing changes:
|
ecb1323 to
e305450
Compare
95aa7a5 to
f5349b0
Compare
|
@breyerml I think except formatting the code with clang-format I checked everything on the list. |
I've updated the develop branch with an auto-formatting workflow. Please rebase this branch and fix the formatting errors accordingy. |
|
What would be the minimum HPX version that we need that supports all used features? |
With HPX 1.9.1 and GCC 12.2.0 all these tests fail due to a Segmentation Fault. |
When enabling the documentation target, these warnings appear -> the directory names should be HPX instead of hpx. Additionally, please document the constructor and destructor for the |
|
|
|
HPX requires a call to the respective initialization functions. How is this or can this be handled in the Python bindings? |
b73a8d9 to
d50c4f0
Compare
HPX version 1.9.0 since |
Does it make sense than to change |
This is related to the |
225ea27 to
292f889
Compare
Code is now formatted. The git patch artifact works like a charm! |
HPX runtime functionalities are added to the new |
292f889 to
f0c5ab0
Compare
510e308 to
148f0ba
Compare
e185f72 to
9bbed73
Compare
9bbed73 to
e74f80f
Compare
Adding HPX backend on hpx::for_each and hpx::experimental::for_loop
Includes: