Use SparkCache CUDA restore terminology - #131
Closed
FujitsuPolycom wants to merge 2 commits into
Closed
Conversation
Emit the canonical SparkCache CUDA restore and CUDA placement connector keys, image metadata, composition field, resolver option, and operator prose across generated profiles. Normalize legacy connector and resolver inputs to the canonical contract, reject conflicting dual declarations, and preserve every source pin and cache-identity field. Validation: 70 focused tests passed; Ruff, JSON, Python, Bash, diff, pin, and namespace checks passed. The maintained suite has one unrelated base README assertion failure after 1,935 passes and 9 skips.
This was referenced Aug 30, 2026
Owner
Author
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.
Resulting behavior
SparkRing-generated profiles emit these SparkCache connector keys:
spark_cache_cuda_restorespark_cache_cuda_placement_libraryspark_cache_cuda_placement_library_sha256spark_cache_cuda_placement_arena_bytesspark_cache_cuda_restore_io_workersSparkCache composition recipes emit
cuda_restore. Operator prose names the implementation as SparkCache CUDA restore or SparkCache CUDA placement. The public-base composed-image builder, receipt, verifier, image label, and resolver option use the CUDA placement name as well.SparkRing's runtime-profile parser and GLM profile resolvers accept the compatibility connector keys and
--native-library-sha256. They normalize accepted input to the canonical output contract. A canonical key and compatibility alias with unequal values are rejected before a launch plan is produced. Equal duplicate values are accepted and emitted once under the canonical name.Compatibility
This draft is stacked on #130 at exact base commit
f032df696ad9dd9b0370aad9c1a85fd110b30223.No runtime, model, B12X, SparkCache, NCCL, or image source pin changed. Cache-identity fields and connector values are unchanged. Cache namespace impact: none.
No image was built, pushed, or published. No serving host or service was contacted or changed.
Validation
pins.jsonchanged.scripts/test_glm53_flash_profile.py::test_public_glm53_benchmark_is_sanitized_and_boundedexpectsC4 and C8 were capacity-limited, which is absent from the baseREADME.md.