mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00

We infer a missing cudnn if cudnnGetVersion() returns 0, since the stub implementation in TSL will do that if the library isn't found (10a378f499/third_party/tsl/tsl/cuda/cudnn_stub.cc (L58)
).
PiperOrigin-RevId: 587056454