-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fused attention fixes for cuDNN 8.9.3 (#311)
* Fix bprop for cuDNN 8.9.3 Signed-off-by: Charlene Yang <[email protected]> * Update cuDNN version requirement to 8.9.3 Signed-off-by: Charlene Yang <[email protected]> * debug paddle CI Signed-off-by: Charlene Yang <[email protected]> * debug paddle CI; force LD_LIBRARY Signed-off-by: Charlene Yang <[email protected]> * debug paddle CI; force LD_LIBRARY to /opt Signed-off-by: Charlene Yang <[email protected]> * remove debug info for paddle Signed-off-by: Charlene Yang <[email protected]> * change cudnn requirement to 8.9.1 for v1 and 8.9.0 for v2; add batch size 32 for unit test; add LD library path for paddle tests temporarily Signed-off-by: Charlene Yang <[email protected]> * remove printf line in fused_attn.cpp Signed-off-by: Charlene Yang <[email protected]> * add batch size 32 for unit test Signed-off-by: Charlene Yang <[email protected]> * update cudnn-frontend to 0.9.2 Signed-off-by: Charlene Yang <[email protected]> * remove temporary LD library path used for testing pre-released cudnn 8.9.3 Signed-off-by: Charlene Yang <[email protected]> --------- Signed-off-by: Charlene Yang <[email protected]>
- Loading branch information
Showing
5 changed files
with
57 additions
and
34 deletions.
There are no files selected for viewing
Submodule cudnn-frontend
updated
6 files
+1 −1 | Doxyfile | |
+1 −1 | include/cudnn_frontend.h | |
+5 −5 | samples/cpu_references.h | |
+32 −19 | samples/f16_flash_mha_sample.cpp | |
+7 −2 | samples/fused_mha_sample.cpp | |
+2 −2 | samples/test_list.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters