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

xcodeproj : add -O3 -DNDEBUG in release mode #640

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

jhen0409
Copy link
Contributor

It does the same thing from the makefile of main.cpp to optimize ggml in release mode for demo better performance on iOS/macOS app.

Under the test of M1 Max MacBook Pro, the realtime transcribing on iOS simulator saves about ~200ms on average.

However, add the flags in an app project seems not ideal in real world (It applies all C/C++ files), so I've add some information in readme.

@ggerganov ggerganov merged commit 1d74991 into ggerganov:master Mar 22, 2023
@jhen0409 jhen0409 deleted the jhen-patch-2 branch March 22, 2023 21:37
anandijain pushed a commit to anandijain/whisper.cpp that referenced this pull request Apr 28, 2023
jacobwu-b pushed a commit to jacobwu-b/Transcriptify-by-whisper.cpp that referenced this pull request Oct 24, 2023
jacobwu-b pushed a commit to jacobwu-b/Transcriptify-by-whisper.cpp that referenced this pull request Oct 24, 2023
landtanin pushed a commit to landtanin/whisper.cpp that referenced this pull request Dec 16, 2023
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
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