Skip to content

Remove android abi constraint#301

Merged
ggerganov merged 4 commits intoggml-org:masterfrom
Digipom:remove-android-abi-constraint
Dec 22, 2022
Merged

Remove android abi constraint#301
ggerganov merged 4 commits intoggml-org:masterfrom
Digipom:remove-android-abi-constraint

Conversation

@Digipom
Copy link
Copy Markdown
Contributor

@Digipom Digipom commented Dec 21, 2022

This allows to use whisper.cpp with armeabi-v7a. I compile two libraries, one with vfpv4 support and one without, for greater compatibility. Vfpv4 mode runs nearly as well as arm64-v8a.

Digipom and others added 4 commits December 20, 2022 13:50
…an be compiled for armv7a.

Android armeabi-v7a's NEON support doesn't support FMA unless configured with `-mfpu=neon-fp-armv8`, which would need runtime checks.
* Also removed ABI filter from Android project.
@ggerganov ggerganov merged commit 501a6b4 into ggml-org:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants