Support FlexKV Layerwise#428
Draft
Clebrate wants to merge 5 commits into
Draft
Conversation
Clebrate
force-pushed
the
lyl_FlexKV_layerwise
branch
from
June 23, 2026 01:47
b2ae455 to
42ddf58
Compare
Clebrate
force-pushed
the
lyl_FlexKV_layerwise
branch
from
July 7, 2026 13:07
d75f83b to
9232b2d
Compare
Clebrate
added a commit
to Clebrate/recsys-examples
that referenced
this pull request
Jul 8, 2026
Keep non-layerwise benchmark cleanup improvements (FlexKV client shutdown and scenario1 offload drain) while moving layerwise benchmark and inference integration to PR NVIDIA#428.
Clebrate
force-pushed
the
lyl_FlexKV_layerwise
branch
8 times, most recently
from
July 10, 2026 07:47
b614e68 to
64f2c59
Compare
shijieliu
pushed a commit
that referenced
this pull request
Jul 10, 2026
* Recsys-FlexKV three scenarios inference benchmark * benchmark and ablation * Remove layerwise inference benchmark from PR429. Keep non-layerwise benchmark cleanup improvements (FlexKV client shutdown and scenario1 offload drain) while moving layerwise benchmark and inference integration to PR #428. * Consolidate FlexKV onboard benchmark mode. Use --only-onboard to select the onboard-only benchmark path and add configurable request batch size support while removing the duplicate benchmark entry point. * fix
Clebrate
force-pushed
the
lyl_FlexKV_layerwise
branch
from
July 13, 2026 06:34
64f2c59 to
cdf053d
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
Add FlexKV layerwise transfer support for the RecSys KVcache manager.
This PR wires the RecSys FlexKV backend to FlexKV's layerwise launch path by:
RECSYS_FLEXKV_ENABLE_LAYERWISEswitch;layerwise_transferandcounter_idto FlexKV onboard launches when enabled;test_flexkv.py.Checklist