-
Notifications
You must be signed in to change notification settings - Fork 630
Build EXTENSION_DATA_LOADER with size_test #12678
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
Changes from all commits
9e3e2e7
16f0274
99ec5a7
ff3cdb9
513de13
76db1f1
08bffac
dff96c8
0e2bce6
35d8319
a31187e
dcbce0d
bc8f971
29d3999
7e4040a
2dacf6f
fb2b775
02f19a6
225d5a6
41bf264
f54a8ce
e48e6cc
a2f14ac
c31a4b9
4fd7372
d650396
3bfdade
00acd77
6946143
431ddd8
60456ca
dcb3ca0
3c30b31
e9928a7
b57678b
05effc4
f5bcdcc
2e21d9a
63e4a27
4c2e046
0eb3d8d
a451cc3
0d164ce
ccd0e2d
f9b96eb
02d6d67
dd18bfe
5be4b7b
a342614
d451e7c
995f6fa
d2ee588
853a128
a06c916
3d760e0
ae4ac22
9e04e6a
5173bf2
e6c83db
1cf3567
b0d965c
7852f9a
5f9f7c5
a9dadf4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,7 +249,7 @@ check_required_options_on( | |
|
||
check_conflicting_options_on( | ||
IF_ON EXECUTORCH_BUILD_ARM_BAREMETAL CONFLICTS_WITH | ||
EXECUTORCH_BUILD_EXTENSION_DATA_LOADER EXECUTORCH_BUILD_PTHREADPOOL | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suspect this or If we want to not enable this by default then perhaps we should also update And that should also make the baremetal build fail. I also realized that we don't run the baremetal size-test binary on the CI, so we may need to fix that too. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
you may be interested in later PRs in this stack, particularly #12744 |
||
EXECUTORCH_BUILD_PTHREADPOOL | ||
EXECUTORCH_BUILD_CPUINFO | ||
) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: is double quote needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, but I also don't think it hurts