[TIRx][CUDA] Allow newer CUTLASS packages for IKET - #20164
Open
jinhongyii wants to merge 1 commit into
Open
Conversation
The official IKET profile currently pins CUTLASS 4.6.0 package versions and binary hashes, which rejects newer CUTLASS installations even when they retain the supported interface.\n\nTreat the four CUTLASS packages as requiring version 4.6.0 or newer while preserving the existing exact NVRTC and NVDisasm requirements. Remove binary hash pinning, and cover the minimum-version boundary in the installation validation tests.
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.
The official IKET profile currently requires the CUTLASS packages to be exactly version 4.6.0 and locks their runtime files by hash. This rejects newer package releases such as 4.6.2 even when they retain the supported run-iket interface.
This change represents CUTLASS requirements as minimum versions and accepts releases at or above 4.6.0. It preserves the existing exact nvidia-cuda-nvrtc and nvidia-cuda-nvdisasm package requirements and the NVRTC runtime check. Binary hash pinning is removed, while the run-iket entry point and injected environment structure continue to be validated.
Testing: