[Solved] Relationship between strategy/compute/schedule?

I started diving a bit deep into the process from Relay to TVM IR. The strategy is a completely new notion popped up.

All tutorials from TVM document site are focusing on compute and schedule. My understanding is compute defines WHAT while schedule defines HOW or WHEN.

I’m curious what does strategy do? How is it related to compute and schedule?

Ah, I find this in document: https://docs.tvm.ai/dev/relay_op_strategy.html

Yes that’s the one for your question. Could you mind changing the title with [Solved] if the document addresses your question?