Skip to content

v1.2.1

Compare
Choose a tag to compare
@Anerudhan Anerudhan released this 20 Mar 03:04
· 15 commits to main since this release
e5fb0ed

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