junrushao opened a new pull request, #16361:
URL: https://github.com/apache/tvm/pull/16361

   During TensorIR scheduling, the `IterVar`s that represent environment 
threads may duplicate, i.e. it is legal to have two env threads with the same 
name tag, which may fail the `SingleEnvThreadVerifier` check during schedule 
creation. This PR disables this check in this case. In the future, it may be 
worthwhile to bring it back against post-scheduling TIR.
   
   It's related to [this 
commit](https://github.com/apache/tvm/commit/eb15d04c3bff76062e26d5647fb8af0323de1bed).
 CC: @jinhongyii @Lunderberg 


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to