@hackage cnc-spec-compiler0.2.0.1
Compiler/Translator for CnC Specification Files.
Categories
License
BSD-3-Clause
Maintainer
Ryan Newton <rrnewton@gmail.com>
Links
Versions
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Package Flags
basicbuild
(off by default)
Minimize requirements to maximize build success.
Intel (Concurrent Collections) CnC is a data-flow like deterministic parallel programming model, similar to stream-processing but in which nodes in the computation graph share data in tables. In CnC, the structure of the graph and metadata about data-access patterns are stored in a specification, which can be used by this tool to generate code which will orchestrate the execution of the graph.