kavin-sai-krishna opened a new pull request, #17875:
URL: https://github.com/apache/tvm/pull/17875

   This PR resolves #17874. Currently, only one in-place operation 
(bitwise_or_) is affected, and it has been remapped to use 
self._binary_op_inplace instead of self._binary_op. Going forward, any 
additional in-place operations (e.g., bitwise_and_, bitwise_xor_, etc.) should 
also be explicitly mapped to self._binary_op_inplace to ensure correct handling.


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