weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern double py_pow(double base, double exp); double use_py_pow(double b, double e){ return py_pow(b,e); }