vfdff commented on issue #17698:
URL: https://github.com/apache/tvm/issues/17698#issuecomment-2696234627
* oh, It can use **LD_DEBUG** to get the path of libtvm.so, eg:
> LD_DEBUG=libs python3 -m pdb dd4.py
then I see load **/home/zhongyunde/tvm/build/libtvm.so** on environment
**mlir_venv**,
and load **/usr/local/sbin/libtvm.so** on environment
**/py311-tts**
* related file dd4.py can be simple as following:
```
import tvm
```
--
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]