Skip to content

Commit

Permalink
[#65991] demo_app: CMakeLists: Fix invalid argument name
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan committed Oct 24, 2024
1 parent ade6d06 commit 2abe071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(${CONFIG_KENNING_ML_RUNTIME_TVM})
python3 ${CMAKE_SOURCE_DIR}/../scripts/gen_tvm_ops.py
--input-path ${CONFIG_KENNING_MODEL_PATH}
--output-path model_impl.graph_data
--template-header-path ${CMAKE_SOURCE_DIR}/../lib/kenning_inference_lib/runtimes/tvm/generated/model_impl.h.template
--header-template-path ${CMAKE_SOURCE_DIR}/../lib/kenning_inference_lib/runtimes/tvm/generated/model_impl.h.template
--board ${BOARD}
${CONFIG_KENNING_MODEL_COMPILER_ARGS}
COMMAND
Expand Down

0 comments on commit 2abe071

Please sign in to comment.