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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
