mehrdadh commented on code in PR #11835:
URL: https://github.com/apache/tvm/pull/11835#discussion_r904260094
##########
apps/microtvm/zephyr/template_project/microtvm_api_server.py:
##########
@@ -508,18 +521,18 @@ def generate_project(self, model_library_format_path,
standalone_crt_dir, projec
cmake_f.write(f"target_compile_definitions(app PUBLIC
{item})\n")
# Include CMSIS libraries if required.
- if self._cmsis_required(extract_path):
- cmsis_path = get_cmsis_path(options)
- cmake_f.write("\n")
- cmake_f.write(
- f'target_include_directories(tvm_model PRIVATE
{str(cmsis_path / "CMSIS" / "DSP" / "Include")})\n'
- )
- cmake_f.write(
- f'target_include_directories(tvm_model PRIVATE
{str(cmsis_path / "CMSIS" / "DSP" / "Include" / "dsp")})\n'
- )
- cmake_f.write(
- f'target_include_directories(tvm_model PRIVATE
{str(cmsis_path / "CMSIS" / "NN" / "Include")})\n'
- )
+ # if self._cmsis_required(extract_path):
Review Comment:
shoot, that's my bad
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]