forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support shard embeding #70
Open
qingshui
wants to merge
468
commits into
hutuxian:paddlebox
Choose a base branch
from
qingshui:paddlebox
base: paddlebox
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
fix ins bug, add mean logloss gpu op
fix dataset read ins pipe
merge paddlebox
add gpu sample memory pool
use diff thres during pull sparse
conv相关代码合入
merge update
fix paddle complie infer
index_select_gather
index_select
add fill zero in fused_seqpool_cvm
add fused seq tensor && support transpose batch fc weight
* fused_seqpool_cvm_with_conv support filter by threshold * add fill zero in fused_seqpool_cvm * add fused seq tensor && support transpose batch fc weight --------- Co-authored-by: mojingcj <[email protected]> Co-authored-by: jiaoxuewu <[email protected]> Co-authored-by: yuandong1998 <[email protected]> Co-authored-by: shangzhongbin <[email protected]>
support h800
* fused_seqpool_cvm_with_conv support filter by threshold * add fill zero in fused_seqpool_cvm * add fused seq tensor && support transpose batch fc weight --------- Co-authored-by: mojingcj <[email protected]> Co-authored-by: jiaoxuewu <[email protected]> Co-authored-by: yuandong1998 <[email protected]> Co-authored-by: shangzhongbin <[email protected]>
fix fused query seq tensor compare case
…x blas gemm compute type
* fused_seqpool_cvm_with_conv support filter by threshold * add fill zero in fused_seqpool_cvm * add fused seq tensor && support transpose batch fc weight * fix fused query seq tensor compare case --------- Co-authored-by: mojingcj <[email protected]> Co-authored-by: jiaoxuewu <[email protected]> Co-authored-by: yuandong1998 <[email protected]> Co-authored-by: shangzhongbin <[email protected]>
…u thread num, fused_seqpool_cvm gpu memory alloc optimize
修复dump core问题,优化大数据写磁盘内存会超问题改成分段写入,优化fused_seqpool_cvm concat性能,优化fused_seqpool_cvm显存分配以及连续访问提升性能单op H800机型提升60倍整体提升25%
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
PR changes
Describe