Open
Conversation
This file contains hidden or 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
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.
代码中使用了最大8线程的任务组。
优化前:
fill: 0.840091s
fill: 0.761348s
saxpy: 0.0335867s
sqrtdot: 0.0801362s
5165.4
minvalue: 0.124584s
-1.11803
magicfilter: 0.21705s
55924034
scanner: 0.0785354s
6.18926e+07
优化后:
fill: 0.130924s,6.416倍
fill: 0.132913s,5.728倍
saxpy: 0.0101733s,3.325倍
sqrtdot: 0.0241576s,3.317倍
5792.62
minvalue: 0.0222686s,5.596倍
-1.11803
magicfilter: 0.0409125s,5.305倍
55924034
scanner: 0.0292774s,2.689倍
0