Files
apache--tvm/python/tvm/utils
Tristan Konolige 151d6ab8ac [FIX,ROOFLINE] Only save tir functions for roofline (#12339)
Only collect TIR PrimFuncs in roofline's SaveLoweredTIR. SaveLoweredTIR
was saving the full Relay main function leading which could be
excessively large. Also improve the logic to only save functions right
before MakePackedAPI.
2022-08-09 15:22:37 +09:00
..