forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cuDNN frontend submodule to v9.1 (pytorch#104847)
Updates cudnn_frontend to the from v9 to v9.1 with the latest bugfixes and cmake fixes. Most notable the previous release forgot to increment the version constants. :) Pull Request resolved: pytorch#104847 Approved by: https://github.com/ezyang
- Loading branch information
1 parent
546db2e
commit 51e246a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cudnn_frontend
updated
21 files
+5 −1 | CMakeLists.txt | |
+2 −2 | Doxyfile | |
+7 −0 | README.md | |
+7 −0 | docs/html/dynsections.js | |
+32 −7 | docs/html/graph_legend.html | |
+33 −8 | docs/html/index.html | |
+146 −0 | docs/html/navtree.css | |
+517 −0 | docs/html/navtree.js | |
+12 −0 | docs/html/navtreedata.js | |
+5 −0 | docs/html/navtreeindex0.js | |
+114 −0 | docs/html/resize.js | |
+1 −32 | docs/xml/d8/dcc/namespacestd.xml | |
+0 −2,493 | docs/xml/index.xml | |
+2 −2 | include/cudnn_frontend.h | |
+2 −1 | samples/CMakeLists.txt | |
+13 −12 | samples/fusion_sample.cpp | |
+2 −1 | samples/fusion_sample.h | |
+1 −1 | samples/helpers.h | |
+457 −0 | samples/norm_samples.cpp | |
+138 −0 | samples/norm_samples.h | |
+106 −11 | samples/test_list.cpp |