feat: Add support for require_full_compilation in Dynamo - #2138
Merged
Conversation
gs-olive
commented
Jul 25, 2023
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
July 25, 2023 17:32
f59658b to
ee1f65d
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
July 26, 2023 01:52
ee1f65d to
220ee6a
Compare
min_block_sizerequire_full_compilation in Dynamo
gs-olive
commented
Aug 1, 2023
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 2, 2023 21:13
220ee6a to
b04c8a9
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 9, 2023 06:21
b04c8a9 to
413e9f9
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 15, 2023 22:40
413e9f9 to
02ecf05
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 16, 2023 01:01
02ecf05 to
3dc4af0
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 17, 2023 23:41
b620a1f to
c1129e6
Compare
gs-olive
commented
Aug 18, 2023
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 18, 2023 21:46
c1129e6 to
9bd42d0
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 19, 2023 04:05
9bd42d0 to
81065ad
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 22, 2023 16:12
81065ad to
d9761a6
Compare
gs-olive
commented
Aug 22, 2023
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 23, 2023 00:29
d9761a6 to
0f3e460
Compare
gs-olive
force-pushed
the
testing_reorg
branch
2 times, most recently
from
August 25, 2023 20:44
37b963a to
c8c906e
Compare
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 28, 2023 02:41
0f3e460 to
c835e6b
Compare
- When a graph is fully supported, we can ignore the minimum block size argument, which is primarily helpful in reducing segmentation. If the minimum block size is above the number of total operators in the graph, and we support all of those, the whole graph will run in Torch regardless. As a result, we can exempt fully supported graphs from the min block size requirement - Alternatively, if preferable, we can display a warning in such a case, but still respect the minimum block size argument refactor: Add require_full_compilation in Dynamo - Add support for full compilation compilation argument in Dynamo paths feat: Disable require_full_compilation in torch compile
gs-olive
force-pushed
the
min_block_size_exemption
branch
from
August 28, 2023 17:25
c835e6b to
b5ed900
Compare
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.
Description
Fixes #2131
Type of change
Checklist: