EnzymeAD / Reactant.jl

MIT License
26 stars 2 forks source link

Macro to pretty print the stable hlo code #17

Open avik-pal opened 1 month ago

avik-pal commented 1 month ago

It is something similar to @code_llvm but that prints the StableHLO-generated code.

This is probably not hard; it is already available inside the compile function but it would be nice to have it.