v1.2.1
v1.2.1 release:.
[Bug Fix] cudnn-frontend pip wheels will now dlopen the fully version tag first libucdnn.so.8
or libcudnn.so.9
first before trying to load libcudnn.so
. This means the pip wheels in the RUN_PATH will be prioritized over system paths (default behavior of dlopen). This can be overridden by setting the LD_LIBRARY_PATH
. Source installation will now automatically look at cudnn in site packages before system path.
[Documentation] Fixed the google-colab links in the jupyter notebooks.
[Documentation] Added a jupyter notebook sample to go over the basics of cudnn FE graph API. 00_introduction.ipynb