mshr-h opened a new pull request, #18783:
URL: https://github.com/apache/tvm/pull/18783

   Fix cudnn errors due to version mismatch
   
   link to the jenkins log: 
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-gpu/detail/PR-18775/11/pipeline
   ```
   
tests/python/relax/test_codegen_cudnn.py::test_conv2d_offload[data_shape1-weight_shape1-float32-True-none]
 Could not load symbol cudnnGetLibConfig. Error: 
/usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9: undefined symbol: 
cudnnGetLibConfig
   ```
   
   validated the fix with the following local ci script
   ```bash
   python3 tests/scripts/ci.py gpu -d tvm.ci_gpu --tests 
tests/python/relax/test_codegen_cudnn.py::test_conv2d_offload
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to