Portable kernel fixes for sabaton tests#18038
Portable kernel fixes for sabaton tests#18038JakeStevens wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18038
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit ced87c0 with merge base 286ccef ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95834771. |
This PR needs a
|
Summary: When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
4fe0b3d to
5deb404
Compare
Summary: Pull Request resolved: pytorch#18038 When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
ab9c1b9 to
4476887
Compare
Summary: When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
Summary: Pull Request resolved: pytorch#18038 When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
4476887 to
a30fa8b
Compare
Summary: When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
a30fa8b to
af78666
Compare
Summary: When running in Sabaton Zephyr Posix tests, the compiler complains for things like ``` foo >= 0 && foo < bar ``` when foo is unsigned. Also avoid bringing in aten Reviewed By: rascani Differential Revision: D95834771
af78666 to
ced87c0
Compare
Summary:
When running in Sabaton Zephyr Posix tests, the compiler complains for things like
when foo is unsigned.
Also avoid bringing in aten
Reviewed By: rascani
Differential Revision: D95834771