hidet-org / hidet

An open-source efficient deep learning framework/compiler, written in python.

Home Page:https://hidet.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Is it any way to estimate the model compilation or remaining time?

ke1ne opened this issue · comments

commented

The model compilation process is pretty long. As a user, I would have at least a rough idea about the time remaining. Is it possible?
Thanks!

Hi @ke1ne, thanks for bringing this up. Currently, it would be hard to add an estimate time as we do not know how many sub-graphs will be dispatched to hidet from pytorch. We will working on reducing the tuning time, though, and hope this would be a problem in the future.