This repository contains GPU enhanced math blocks that increase throughput by taking advantage of parallelism.
.
|-- models
| |-- abstract_primitives
| |-- composites
| `-- primitives
`-- tests
|-- composites
`-- primitives
Blocks can be found in the models/ directory. They are separated into folders which represent the scope of the block.
abstract_primitives/: Simplifies redundant code in primitivesprimitives/: Contain core math blockscomposites/: Application agnostic blocks that are simply composed of primitivesestimators/: Blocks that produce mathematically significant conclusions, composed with composites and primitives