Skip to content

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

Notifications You must be signed in to change notification settings

halide/dump-call-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published