triton-lang/triton
[Question] Is it possible to cache the autotune output and re-use it later on ?
Open
#1,072 opened on Jan 18, 2023
help wanted
Repository metrics
- Stars
- (19,982 stars)
- PR merge metrics
- (Avg merge 2d 18h) (185 merged PRs in 30d)
Description
Dear OpenAI Triton Team,
Here is my use case. I am deploying models and the more requests they get, the faster they become. After a large number of requests, it seems the auto-tune converges.
I wonder if that state can be cached and re-used when restarting the server ?
Best, T.C