Replies: 1 comment 5 replies
-
我也遇到了这个问题!请问楼主解决了吗? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
老师您好,在我运行
rt_mod = tvm.build(MyModule, target="llvm")
等一切包含tvm.build的语句后都会导致kernel died,报错原因为Canceled future for execute_request message before replies were done
详细的log如下
在网上搜了多种解决办法都没有用,windows 端,python版本3.7.13,代码没有任何改动,怀疑可能是电脑内存不够的问题,但是电脑8G内存应该这种demo还是能跑的吧
Beta Was this translation helpful? Give feedback.
All reactions