An open API service indexing awesome lists of open source software.

https://github.com/halide/dump-call-graph

A simple utility library to dump call information from a Halide pipeline as JSON. Currently used for autotuning.
https://github.com/halide/dump-call-graph

Last synced: 9 months ago
JSON representation

A simple utility library to dump call information from a Halide pipeline as JSON. Currently used for autotuning.

Awesome Lists containing this project

README

          

# Building
`DumpCallGraph.[cpp,h]` can be directly imported into an outside project to provide their functionality. `DumpCallGraph.cpp` should usually be compiled with `-fno-rtti` to be sure it links successfully with the corresponding types (`IRVisitor`, etc.) in `libHalide.a` as Halide is usually compiled by its default Mac/Linux Makefile.