weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern int rust_op(int op, int a, int b); int use_rust_op(int op, int a, int b){ return rust_op(op,a,b); }