Skip to content

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