weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern int py_compute(int n); int call_py(int n){ return py_compute(n); }