turn off profiling

This commit is contained in:
Sachin Kumawat 2026-03-03 16:37:29 -08:00
parent 1f746d9283
commit 988a4af6f1
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ struct whisper_vitisai_context * whisper_vitisai_init(const char * path_model) {
options.deviceName = "stx";
options.debug = false;
options.executeMode = 2;
options.extOptions["ai_analyzer_profiling"] = true; // Enable AIA profiling
options.extOptions["enable_preemption"] = true;
// Check if model_path is rai file and if so, add fbs_buffer and fbs_buffer_size to the options