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.
- Host: GitHub
- URL: https://github.com/halide/dump-call-graph
- Owner: halide
- Created: 2013-10-15T02:41:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:46:03.000Z (about 11 years ago)
- Last Synced: 2025-06-23T09:46:12.650Z (12 months ago)
- Language: C++
- Size: 157 KB
- Stars: 8
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.