forked from PaddlePaddle/Paddle
-
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.
Opitmization for AlphaFold2 model (#4)
* add for alpha_fold2 * add some extra setting * fix some bugs * fix some changes * fix some bugs 2nd * Add another initition of Gmem_tile_qkv and Gmem_tile_o * add some compensation for try..catch * fix mistake in flash_attn_fwd * commit for code style and bug check * fix some bugs for flash_attn_with_bias-mask * add more print for pointer debug * add some bug test cases. * backward function * fix bugs * make some changes for backward * Fix compiling error. * quote all printf debug * quote all printf debug and fix interface error * quote all printf debug and fix interface error, fix typo * remove all printf * split files * remove useless debug code * split fwd and bwd execution function * split fwd and bwd execution function * remove useless codes * remove useless codes * remove useless codes 3rd times * remove useless codes 4th times * Fix compiling error. * Remove const.
- Loading branch information
1 parent
5ff4bbf
commit 209f02b
Showing
27 changed files
with
3,033 additions
and
13 deletions.
There are no files selected for viewing
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
Oops, something went wrong.