weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
#include <stdarg.h> void spf(const char* fmt,...){ va_list ap; va_start(ap,fmt); va_end(ap); }