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.
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
Feat/graph logical op debug repr #8131
Feat/graph logical op debug repr #8131
Changes from 124 commits
a470ff4
9447157
5eefdf8
e3acaa9
b481a7e
3b56468
66c8ac3
4f56df2
635ac69
2834289
b805256
2ede354
0227f54
5989506
dd08951
090a7f4
e577d82
9560f56
01c19f8
7036e04
e5e637d
9eb7a5a
b727d97
2269b9e
7ea7fc1
2dfd997
048965f
35d23b0
18fce6c
8bc590f
c26763e
d84e8a9
2555ee1
ac0b9d2
d2f9f35
55bb6df
5039557
8e0abb7
511e25b
9101fb7
8cb036a
0ab75a2
c69e35f
8eb62fe
1110066
4306ac7
dd0a865
51f3559
e0304a7
73da0b7
501518f
0e2f9a2
8a67dd4
e3eed8c
f966b4f
a6b16cd
ab20d2e
1599ee6
5144e32
ebc9ff9
e77dd89
cc40e14
9a61d3b
51b9657
2011e2c
b7f4fed
1ba26df
ffe2094
b58b48a
6975f33
32bc1d1
70d793e
5209b02
98dcf2d
484aff0
cce8efd
a30b0c0
c73013f
08b1f69
821a8f4
29079a0
e49d380
9bd521f
f82a317
b374505
3fc1821
79e1290
3225045
bbe7114
c751435
5c78921
bfa726c
0bcbf30
14c8520
56754bc
459d6f5
b78c4bd
567af33
a1c0ff2
c1508e3
b5bdbef
886914c
3957515
b7dad59
a6aa236
9840be2
84ca778
7095ec3
5a5b9c5
b401e66
3c7d2c5
2b0324e
7d611c4
04548ac
640487b
9928cdd
dc4e40d
a54ff83
e40e732
451bb22
3b3b1a9
ee7ea67
9b2cf2d
7b5c6f3
bc556d4
ca8d852
1b3bbaa
66923eb
7bb0c85
79b1f3d
7fdcc67
95cebef
0e0101e
fe1013c
45c2f37
51931ca
c010589
9966b89
6b01da2
c882457
b7b7429
d637e20
49c8562
22ea17a
1461e30
e145a0c
37999e7
a865cc5
9ecad29
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么要把没有 chunk 的 mem block 也放在 chunk info 里呢? 好处是? 现在 chunk info 里增加了一大堆模型的 block,看起来不方便。
语义上也不正确。 这些 mem block 是不参与内存复用的,不在 chunk 内。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果要加,也应该是加到 rank memory info 里,而不是 chunk info 里。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是为了 debug 那些 Memory out of Chunk 的 op,之前有次这里数据比较异常,所以也加进来做 debug了。