You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/16 20:30:47 UTC

[GitHub] [tvm] Lunderberg commented on pull request #12822: [Utils] Move constructor for tvm::With

Lunderberg commented on PR #12822:
URL: https://github.com/apache/tvm/pull/12822#issuecomment-1249784828

   This arose as a potential concern for segfaults when making a `std::vector<With<ConstraintContext>>`, as the vector may internally call a copy constructor, resulting in multiple calls to the same `ExitWithScope`.  This never ended up being the issue, but I wanted to remove it from any future debugging.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org