junrushao1994 opened a new pull request #7847:
URL: https://github.com/apache/tvm/pull/7847


   This PR is part of the TensorIR upstreaming effort (#7527) as the last PR of 
M1b stage, introducing the schedule class interface.
   
   The schedule class is designed as an abstract interface, which allows future 
extension of implementation.
   
   3 kinds of variables are introduced (Right now all "random" variables are 
deterministic)
   - Block RV: a random variable that points to a Block sref
   - Loop RV:  a random variable that points to a Block sref
   - Int RV: a random variable that evaluates to an integer
   
   The user could manipulate (or more formally, schedule) the IR by using via 
those variables, e.g. split a loop into 2.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to