You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/23 11:46:30 UTC

[GitHub] [tvm] manupa-arm commented on a diff in pull request #11359: [CMSIS-NN] Aligned buffer sizes for Conv2D post CMSIS-NN SHA update

manupa-arm commented on code in PR #11359:
URL: https://github.com/apache/tvm/pull/11359#discussion_r879360826


##########
tests/python/relay/aot/test_crt_aot.py:
##########
@@ -994,7 +994,7 @@ def test_workspace_calculation_cmsis_nn():
     ):
         lib = tvm.relay.build(mod, target, executor=executor, runtime=runtime, params=params)
     mlf_memory_map = mlf._build_function_memory_map(lib.function_metadata)
-    assert mlf_memory_map["main"][0]["workspace_size_bytes"] == 9904
+    assert mlf_memory_map["main"][0]["workspace_size_bytes"] == 14384

Review Comment:
   This is a significant increase. Curious to know why?



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org