weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern double rust_sqrt(double x); double use_rust_sqrt(double x){ return rust_sqrt(x); }