pratikfegade opened a new issue #7724:
URL: https://github.com/apache/tvm/issues/7724


   Hi,
   
   I have been playing around with TVM and it seems that the barrier insertion 
pass (implemented in `src/tir/storage_access.cc` and 
`src/tir/thread_storage_sync.cc`) does not handle the else case of an 
`IfThenElse` node correctly. Specifically, I think the body of the else case, 
when present, is not being visited in the code 
[here](https://github.com/apache/tvm/blob/main/src/tir/transforms/storage_access.cc#L177).


-- 
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:
us...@infra.apache.org


Reply via email to