Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][AArch64] Skip libgomp failures in integration tests #12554

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

leandron
Copy link
Contributor

@leandron leandron commented Aug 23, 2022

Some integration tests are failing when running in CI machines that
have torch installed (validated only in AARch64 for now), with an
error message related to libgomp, similar to the one below:

OSError: /.../dist-packages/torch/lib/libgomp-d22c30c5.so.1: cannot
allocate memory in static TLS block

As part of enabling the integration tests in AArch64, I'm marking this
tests as skipped, so that tests can start executing and don't regress
while we take time to investigate these specific failures.

cc @Mousius @NicolaLancellotti @areusch @driazati @gigiblender @lhutton1

Some integration tests are failing when running in CI machines that
have torch installed (validated only in AARch64 for now), with an
error message related to libgomp, similar to the one above:

OSError: /.../dist-packages/torch/lib/libgomp-d22c30c5.so.1: cannot
allocate memory in static TLS block

As part of enabling the integration tests in AArch64, I'm marking this
tests as skipped, so that tests can start executing and don't regress
while we take time to investigate these specific failures.

Change-Id: Idb1a252d58a196f9a8ac686c20f79df5bdc09d5f
@leandron
Copy link
Contributor Author

leandron commented Aug 23, 2022

@tqchen any idea of what could be causing this issue? it seems to be related to xgboost some times.

@Mousius Mousius merged commit d271678 into apache:main Aug 23, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
Some integration tests are failing when running in CI machines that
have torch installed (validated only in AARch64 for now), with an
error message related to libgomp, similar to the one above:

OSError: /.../dist-packages/torch/lib/libgomp-d22c30c5.so.1: cannot
allocate memory in static TLS block

As part of enabling the integration tests in AArch64, I'm marking this
tests as skipped, so that tests can start executing and don't regress
while we take time to investigate these specific failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants