Fix serialization errors when skipping compilation in FusionExecutor. #2061
Fix serialization errors when skipping compilation in FusionExecutor. #2061rdspring1 merged 18 commits intopm/skip_compilationfrom
FusionExecutor. #2061Conversation
|
!build |
|
!build |
|
General question: How does nvFuser handle if only one out of the many segments is not compiled? Do we skip serialization/deserialization for the entire fusion or is it segment-wise? |
We're skipping on a |
|
There are some new issues on my branch. I prefer either merging this to main or first fixing the issues in my branch so the root cause is clear. Wdyt? |
|
!build |
|
This PR can wait until the issues in your branch are fixed. |
94e037c to
015f0e5
Compare
@rdspring1 We can merge this into my branch now. Could you resolve the conflicts, and finalize this PR? Thanks for the fix! |
…ip_compilation_serde_fix
|
!build |
Priya2698
left a comment
There was a problem hiding this comment.
LGTM. Added minor comments.
…`. (#2061) Serialization assumes that `FusionExecutor` always contains a compiled kernel. This PR updates serialization to skip compilation correctly.
Serialization assumes that
FusionExecutoralways contains a compiled kernel. This PR updates serialization to skip compilation correctly.