-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tvm-install-problem #758
Comments
Likely due to same ABI problem as #521 |
OK. Thanks, It is solved. And then I have another problem: I execute the example in tutorial/get_started.py, the following problem occurs:
Stack trace returned 10 entries: Can you help me? Thanks a lot. |
this is because you did not build with cuda enabled, update config.mk to enable cuda. Next time, please always close resolved issue and open another one for a new question |
I install tvm on Ubuntu 16.04 with llvm. After getting libsvm.so(also adding its path to ~/.bashrc) and installing python bindings(python 2.7), I "import tvm" in python command line to test if I install successfully. But it outputs:
What's wrong with my installation?? Thanks.
The text was updated successfully, but these errors were encountered: