Skip to content

Commit

Permalink
add enable_htp_shared_memory_allocator to available_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Jan 8, 2025
1 parent e665a2b commit 425023b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxruntime/test/perftest/ort_test_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ OnnxRuntimeTestSession::OnnxRuntimeTestSession(Ort::Env& env, std::random_device
{"backend_path", "profiling_file_path", "profiling_level", "rpc_control_latency",
"vtcm_mb", "soc_model", "device_id", "htp_performance_mode", "qnn_saver_path",
"htp_graph_finalization_optimization_mode", "qnn_context_priority", "htp_arch",
"enable_htp_fp16_precision", "offload_graph_io_quantization", "enable_htp_spill_fill_buffer"});
"enable_htp_fp16_precision", "offload_graph_io_quantization", "enable_htp_spill_fill_buffer",
"enable_htp_shared_memory_allocator"});
for (const auto& provider_option : provider_options) {
const std::string& key = provider_option.first;
const std::string& value = provider_option.second;
Expand Down

0 comments on commit 425023b

Please sign in to comment.