weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern int go_len(const char* s); int use_len(const char* s){ return go_len(s); }