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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
