Uh oh!
There was an error while loading. Please reload this page.
create and validate build_variables.bzl - #8326
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8326
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 7f2ca6a with merge base 70ab5ab ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
swolchok
commented
Feb 10, 2025
Current error: So, we need a mechanism for choosing fht_avx.c on Intel and fht_neon.c on ARM. Best way is probably to add a CMake-native way to do this and filter these files out of the Buck-to-CMake pipeline. |
First step of #8268 -- we are moving from buck-extracted filelist to using one shared filelist, and the first step is to create the shared filelist and validate it against the buck generation. ghstack-source-id: c4195ce ghstack-comment-id: 2644414497 Pull Request resolved: pytorch/executorch#8326
[ghstack-poisoned]
swolchok
commented
Aug 13, 2025
@swolchok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
swolchok
commented
Aug 13, 2025
@swolchok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Uh oh!
There was an error while loading. Please reload this page.
First step of pytorch#8268 -- we are moving from buck-extracted filelist to using one shared filelist, and the first step is to create the shared filelist and validate it against the buck generation. Differential Revision: [D80187441](https://our.internmc.facebook.com/intern/diff/D80187441)
Making the structure in this file mirror buck's worldview more closely when it makes sense. pytorch#8268 (Also piggybacked a fixup for a continue() I left for this target in pytorch#8326.)
First step of #8268 -- we are moving from buck-extracted filelist to using one shared filelist, and the first step is to create the shared filelist and validate it against the buck generation.
Differential Revision: D80187441