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/11/15 19:18:41 UTC

[GitHub] [tvm] junrushao commented on pull request #13374: [Hexagon] Change single dma alloc buffers to be vtcm

junrushao commented on PR #13374:
URL: https://github.com/apache/tvm/pull/13374#issuecomment-1315759784

   The failing case is `test_loading_vtcm_for_vrmpy[1024-1]` in `TestAsyncDMAPipeline` in `test_hexagon/test_async_dma_pipeline.py`.
   
   I spent some time last week looking into this testcase, and it turns out the the older parser cannot recognize `mem_scope="global.vtcm"` (because it's expecting `scope="global.vtcm"` as the input argument) and somehow silently falls back to using `scope="global"`.
   
   
   


-- 
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