Vedaanta Agarwalla
Vedaanta Agarwalla
https://github.com/NVIDIA/cudnn-frontend/releases/tag/v1.2.1 1.2.1 was done to fix the way FE finds cudnn_backend(BE) as compared to torch. On larger note, there is a push going on right now to publish FE on...
cudnn support surface is documented here: [Developer Guide](https://docs.nvidia.com/deeplearning/cudnn/developer/graph-api.html#supported-graph-patterns) DOUBLE is not supported by any of the operations. So check_support works as expected.
Engines involving runtime compilation might cause latency. `check_support()` returns execution plans from many different engines. You can look at various graph engines used by cudnn in the [Developer Guide](https://docs.nvidia.com/deeplearning/cudnn/developer/graph-api.html#supported-graph-patterns). Refer...