You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Enabling 64bit udma mode for device architecture v81 or more
### Motivation and Context
Support 64bit udma mode to run model efficiently on htp target v81 or
above
Copy file name to clipboardExpand all lines: onnxruntime/test/perftest/command_args_parser.cc
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,8 @@ ABSL_FLAG(std::string, i, "",
116
116
" [QNN only] [enable_htp_spill_fill_buffer]: Enable HTP spill fill buffer, used while generating QNN context binary.\n"
117
117
" [QNN only] [enable_htp_shared_memory_allocator]: Enable the QNN HTP shared memory allocator and use it for inputs and outputs. Requires libcdsprpc.so/dll to be available.\n"
118
118
" Defaults to '0' (disabled).\n"
119
+
" [QNN only] [extended_udma]: Enable HTP extended UDMA mode for better performance on supported hardware, options: \n"
0 commit comments