weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
int asm_add(int a, int b){ int r; __asm__("add %1,%2" : "=r"(r) : "r"(a), "r"(b)); return r; }