@@ -258,12 +258,8 @@ OnnxRuntimeTestSession::OnnxRuntimeTestSession(Ort::Env& env, std::random_device
258258 " qnn_saver_path" , " htp_graph_finalization_optimization_mode" , " qnn_context_priority" ,
259259 " htp_arch" , " enable_htp_fp16_precision" , " offload_graph_io_quantization" ,
260260 " enable_htp_spill_fill_buffer" , " enable_htp_shared_memory_allocator" , " dump_json_qnn_graph" ,
261- <<<<<<< HEAD
262261 " json_qnn_graph_dir" , " disable_file_mapped_weights" , " htp_bf16_enable" , " enable_vtcm_backup_buffer_sharing" , " extended_udma" });
263262
264- =======
265- " json_qnn_graph_dir" , " disable_file_mapped_weights" , " htp_bf16_enable" , " enable_vtcm_backup_buffer_sharing" });
266- >>>>>>> 21cfa8d39 ([QNN-EP] Implement file mapped weights feature (#26952 ))
267263 for (const auto & provider_option : provider_options) {
268264 const std::string& key = provider_option.first ;
269265 const std::string& value = provider_option.second ;
@@ -328,10 +324,7 @@ OnnxRuntimeTestSession::OnnxRuntimeTestSession(Ort::Env& env, std::random_device
328324 key == " enable_htp_spill_fill_buffer" ||
329325 key == " enable_htp_shared_memory_allocator" ||
330326 key == " dump_json_qnn_graph" ||
331- <<<<<<< HEAD
332327 key == " extended_udma" ||
333- =======
334- >>>>>>> 21cfa8d39 ([QNN-EP] Implement file mapped weights feature (#26952 ))
335328 key == " disable_file_mapped_weights" ||
336329 key == " enable_vtcm_backup_buffer_sharing" ) {
337330 std::set<std::string> supported_options = {" 0" , " 1" };
0 commit comments