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/08 08:40:44 UTC

[GitHub] [tvm] leandron opened a new pull request, #12730: [CI][AArch64] Mark tests to be skipped due to torch crash

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

   Some integration tests are not being run on CI due to the configuration of the machine with onnx and torch not calling the integration tests script.
   
   This patch skips two more tests failing with the error message below:
   
   ```
   "OSError: /.../torch/lib/libgomp-d22c30c5.so.1:
   cannot allocate memory in static TLS block"
   ```
   
   Note: The list of tests crashing for this same reason are being tracked in #10673, and are considered a blindspot in CI, as reported in #12529. It can only be reproduce iff we actually run Integration tests on machines with ONNX and torch installed.
   
   cc @driazati @areusch @Mousius


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


[GitHub] [tvm] Mousius merged pull request #12730: [CI][AArch64] Mark tests to be skipped due to torch crash

Posted by GitBox <gi...@apache.org>.
Mousius merged PR #12730:
URL: https://github.com/apache/tvm/pull/12730


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