weirflow 0.1.0

GPU-first dataflow analysis primitives for Vyre and Santh compiler pipelines.
Documentation
1
extern void rust_fill(int* buf, int n); void use_fill(int* buf, int n){ rust_fill(buf,n); }