weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
int asm_io(int x){ int y; __asm__("add \,%0" : "=r"(y) : "0"(x)); return y; }