This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
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.
[Large Tensor] Implemented LT flag for OpPerf testing #17449
[Large Tensor] Implemented LT flag for OpPerf testing #17449
Changes from all commits
629b3cd
61732f8
8e6c0cf
dcb6daf
b2a7cf7
59f0960
052aa9b
1a0c684
a856579
4974184
0ce25f2
9690022
75967c2
f40ff81
f7cf931
edc7e18
537fbee
f28b3cb
03af393
bdcb971
f7bea09
2d5c6ad
c79440b
225f0bf
cbaca09
aed27c8
e5910a6
aa09bba
848a84c
a9dd4a5
f5af873
ecfbe89
709c9ab
430198f
fc7fcd5
dde927b
fb29bf1
5dcbee2
1af1d3d
d91dca8
729d0d0
6e4c7f8
5121d8c
9848f96
6e802e1
a3fd429
d53388f
9689b7d
c2a624a
ea96ad5
06288f0
a2a1bf1
7387f68
f7bc841
1927066
cbb276d
52e0aea
fec6fb2
256ad70
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.
It seems the only difference between the if and else branch is the
inputs
argument. Can we only generate different inputs in the if/else branch and pass them to the same operator function?