Trying to learn the tvm codebase

Hi, I’ve been trying to learn tvm, but there seems to be no good resources on the general architecture of it, only very high level concepts are explained, like what relax is, etc. I found really good articles from years back when relay was a thing, going through the optimization pipeline, but I couldn’t find anything equivalent for v0.20+. If anyone has any good articles to read, I’d greatly appreciate if you could share them. Thank you

you can try to look at Quick Start — tvm 0.23.dev0 documentation