vfdff commented on issue #17562:
URL: https://github.com/apache/tvm/issues/17562#issuecomment-2553114010
Thanks for your input.
* For example, now libtvm.so libtvm_runtime.so are under
**/home/zhongyunde/tvm/build**, and should I try the following commands ? (I
test it, and it still fails.)
```
export TVM_HOME=/home/zhongyunde/tvm/build
export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
```
* I don't see there is an **python** under the /home/zhongyunde/tvm/build,
so the PYTHONPATH doesn't take effect ?
Does I miss something, or should they be move to a special path ?
```
(mlir_venv) (base) root@998ee80b761b:/home/zhongyunde/tvm/build# ls
CMakeCache.txt DartConfiguration.tcl Testing
config.cmake libbacktrace libtvm_runtime.so
tvmConfig.cmake
CMakeFiles Makefile cmake_install.cmake
'cpptest[1]_include.cmake' libtvm.so temp_config_file.cmake
CTestTestfile.cmake TVMBuildOptions.txt compile_commands.json
demo.py libtvm_allvisible.so test.py
```
--
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]