weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
int ptr_arith1(int* p, int n){ int s=0; for(int i=0;i<n;i++) s+=*(p+i); return s; }