TiledTensor / ThrillerFlow

ThrillerFlow is a Dataflow Analysis and Codegen Framework written in Rust.
MIT License
5 stars 1 forks source link

ThrillerFlow

Introduction

ThrillerFlow is a Dataflow Analysis and Codegen Framework written in Rust. It has the following features:

Quick Start

Download

git clone git@github.com:TiledTensor/ThrillerFlow.git

Unit Test

make test

Example

make example

Usage

Add the following lines to your Cargo.toml:

[dependencies]
thriller_flow = { git = "https://github.com/TiledTensor/ThrillerFlow.git" }

License

MIT License