vfdff commented on issue #17984: URL: https://github.com/apache/tvm/issues/17984#issuecomment-2894707946
I finish fix it with 2 issue * 1st: add DietCode to the PYTHONPATH > PYTHONPATH=/home/zhongyunde/source:$PYTHONPATH * 2nd: rebuild the tvm to enable libcudnn.so > cmake -DUSE_CUDA=/usr/local/cuda -DCMAKE_POLICY_VERSION_MINIMUM=4.0 -DUSE_CUBLAS=1 -DUSE_CUDNN=1 -DCUDA_CUDNN_LIBRARY="/usr/local/lib/python3.10/dist-packages/nvidia/cudnn/lib/libcudnn.so" -DCUDA_CUDNN_INCLUDE_DIRS="/root/anaconda3/envs/tvm0.18_py310_zyd_Dietcode/lib/python3.10/site-packages/nvidia/cudnn/include" .. finally, we'll see a PASS in the run log with command **TVM_LOG_DEBUG=0 USE_TVM_BASE=0 pytest -s test_dietcode.py::test_train_dynT** -- 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]
