weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
typedef int (*cb_t)(int); int apply(int x, cb_t f){ return f(x); }