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

Android workflow is broken #7469

Closed
pmeier opened this issue Mar 27, 2023 · 1 comment · Fixed by #7524
Closed

Android workflow is broken #7469

pmeier opened this issue Mar 27, 2023 · 1 comment · Fixed by #7524

Comments

@pmeier
Copy link
Collaborator

pmeier commented Mar 27, 2023

For example: https://app.circleci.com/pipelines/github/pytorch/vision/24123/workflows/5ab26cc9-2561-47f7-8a16-bb5ed7cdd021/jobs/1856621

2023-03-27T12:03:27.297+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] In file included from /home/circleci/project/torchvision/csrc/ops/roi_align.cpp:1:
2023-03-27T12:03:27.297+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] /home/circleci/project/torchvision/csrc/ops/roi_align.h:22:10: error: no type named 'SymInt' in namespace 'c10'
2023-03-27T12:03:27.297+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]     c10::SymInt pooled_height,
2023-03-27T12:03:27.297+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]     ~~~~~

Most likely caused by #7448.

cc @seemethere @ezyang

@ezyang
Copy link
Contributor

ezyang commented Mar 27, 2023

We define SymInt in mobile builds but it is trivial around int, so this is pribably an IWYU problem

@pmeier pmeier linked a pull request May 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants