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

add runner-et.cpp CI #64

Merged
merged 20 commits into from
Apr 7, 2024
Merged

add runner-et.cpp CI #64

merged 20 commits into from
Apr 7, 2024

Conversation

metascroy
Copy link
Contributor

@metascroy metascroy commented Apr 6, 2024

Executorch does not compule in gcc because it uses non-standard c++ in the module.cpp file (https://stackoverflow.com/questions/58368012/how-to-enable-the-c-c-conditional-with-omitted-operand-aka-elvis-operator).

It does compile with clang, but the runner machine uses gcc. Will file task to have this fixed upstream in ET, but for now I apply a patch in llama-fast.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 6, 2024
@metascroy metascroy merged commit d6d5e46 into main Apr 7, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants