Skip to content
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

xor: add option to encode with pthreads #52

Merged
merged 13 commits into from
Dec 6, 2023
Merged

xor: add option to encode with pthreads #52

merged 13 commits into from
Dec 6, 2023

Conversation

adammoody
Copy link
Contributor

@adammoody adammoody commented Nov 20, 2023

This branch adds options to encode/decode XOR and RS with pthreads and OpenMP. Currently, there is no pthread implementation for Reed-Solomon rebuild, only for encoding.

These must be enabled through new CMake options:

-DENABLE_PTHREADS=ON
-DENABLE_OPENMP=ON

@adammoody adammoody merged commit 1451297 into main Dec 6, 2023
8 checks passed
@adammoody adammoody deleted the pthreads branch December 6, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant