We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58c744 commit a71e9ecCopy full SHA for a71e9ec
1 file changed
Docker/scripts/compile.sh
@@ -165,6 +165,7 @@ qnn-model-lib-generator -c "${tmp_output}/${name}.cpp" -b "${tmp_output}/${name}
165
backend="${QNN_SDK_ROOT}/lib/x86_64-linux-clang/libQnnHtp.so"
166
qnn-context-binary-generator --backend "${backend}" \
167
--model "${tmp_output}/x86_64-linux-clang/lib${name}.so" --binary_file "${name}.serialized" \
168
+ --config_file /opt/config/HtpConfigFile.json \
169
--output_dir "${tmp_output}"
170
#fi
171
0 commit comments