Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: allow hwloc to be optional, but enabled by default #1468

Merged
merged 2 commits into from
Jun 8, 2021

Conversation

cryptonemo
Copy link
Collaborator

Aims to resolve #1463

gpu = ["storage-proofs-core/gpu", "filecoin-hashers/gpu", "neptune/opencl", "bellperson/gpu", "fr32/gpu"]
pairing = ["storage-proofs-core/pairing", "bellperson/pairing", "neptune/pairing", "filecoin-hashers/pairing", "fr32/pairing"]
blst = ["storage-proofs-core/blst", "bellperson/blst", "neptune/blst", "filecoin-hashers/blst", "fr32/blst"]
single-threaded = []
cpu-detection = ["hwloc"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is the right name, maybe this should rather be sth like "multicore-sdr"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also needs some docs in the readme

@cryptonemo cryptonemo merged commit 91a0475 into master Jun 8, 2021
@cryptonemo cryptonemo deleted the optional-hwloc branch June 8, 2021 19:38
vmx added a commit that referenced this pull request Jun 11, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: make hwloc an optional feature enabled by default
2 participants