Identify and lower library functions
- Add
LibraryCallnode for representing opaque library calls.- Integrate into collections analysis and GCM to properly track collection flow.
- Add
rewrite-math-expressionspass to rewrite einsum reductions intoLibraryCallnodes. - Lower
LibraryCallto functions inhercules_rtin RT backend. - Add wrapper for cublasSgemm.
- Rewrite
juno_matmultest on the GPU.
Edited by rarbore2