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

ParallelGraph #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

ParallelGraph #1

wants to merge 6 commits into from

Conversation

0x6e
Copy link

@0x6e 0x6e commented Mar 11, 2019

Adds a new graph which decompresses and computes beta in parallel, then forwards the results to a decision node. If the beta is within the accepted range, forward it for further computation.

0x6e added 6 commits March 8, 2019 16:44
The old version was failing to build here.
The CXX_STANDARD_REQUIRED and CXX_STANDARD properties require CMake
3.1.3, so update cmake_minimum_required too.
Simulates decompressing data in parallel.
Simulates doing some work with the decompressed data, then generates a
random beta value.
This allows us to either discard a message and process a new column, or
use the message to compute the global value, then process a new column.
This means we don't have to worry about managing the lifetime of the
decompressed data through the flowgraph.
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