Skip to content

Conversation

@atalman
Copy link
Contributor

@atalman atalman commented Jun 25, 2024

Trying to mitigate aarch64 and s390 nightly failures as per this comment:
#127195 (comment)

Fixes #129443

cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10

@pytorch-bot
Copy link

pytorch-bot bot commented Jun 25, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/129479

Note: Links to docs will display an error until the docs builds have been completed.

❌ 4 New Failures, 14 Unrelated Failures

As of commit 6833f63 with merge base 0e6bb7f (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

UNSTABLE - The following jobs failed but were likely due to flakiness present on trunk and has been marked as unstable:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added the module: cpu CPU specific problem (e.g., perf, algorithm) label Jun 25, 2024
@atalman atalman added the ciflow/binaries_wheel Trigger binary build and upload jobs for wheel on the PR label Jun 25, 2024
@kiszk
Copy link
Contributor

kiszk commented Jun 25, 2024

Looks good. I did not know aarch64 CI builds are also failing.

I am curious whether && !defined(__ANDROID__) is still necessary.

Copy link
Collaborator

@nWEIdia nWEIdia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@swolchok
Copy link
Contributor

build is still broken with this for me on mac:

pytorch/aten/src/ATen/cpu/Utils.cpp:37:34: error: use of undeclared identifier 'cpuinfo_has_x86_amx_tile'; did you mean 'cpuinfo_has_x86_mmx_plus'?
  return cpuinfo_initialize() && cpuinfo_has_x86_amx_tile();

@abhishek-iitmadras
Copy link
Collaborator

Looks good. I did not know aarch64 CI builds are also failing.

I am curious whether && !defined(__ANDROID__) is still necessary.

Necessary to prevent errors on Android devices, which typically don't support AMX-specific system calls.

Copy link
Contributor

@malfet malfet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@malfet
Copy link
Contributor

malfet commented Jun 25, 2024

build is still broken with this for me on mac:

pytorch/aten/src/ATen/cpu/Utils.cpp:37:34: error: use of undeclared identifier 'cpuinfo_has_x86_amx_tile'; did you mean 'cpuinfo_has_x86_mmx_plus'?
  return cpuinfo_initialize() && cpuinfo_has_x86_amx_tile();

@swolchok you just need to update the submodule, this call is available for all arches, but is dummy false on everything but x86_64

@malfet
Copy link
Contributor

malfet commented Jun 25, 2024

@pytorchbot merge -f "Lint is green"

@kiszk
Copy link
Contributor

kiszk commented Jun 25, 2024

Necessary to prevent errors on Android devices, which typically don't support AMX-specific system calls.

Thanks. I did not know Android on x86.

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/binaries_wheel Trigger binary build and upload jobs for wheel on the PR Merged module: cpu CPU specific problem (e.g., perf, algorithm)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation failure on ARM

7 participants