[None][fix] Update DeepGEMM revision#14150
Merged
Barry-Delaney merged 2 commits intoMay 15, 2026
Merged
Conversation
Signed-off-by: Fanrong Li <lfr-0531@users.noreply.github.com>
Collaborator
Author
|
/bot run --disable-fail-fast |
1 similar comment
Collaborator
Author
|
/bot run --disable-fail-fast |
Collaborator
|
PR_Github #48468 [ run ] triggered by Bot. Commit: |
Follow-up to the DeepGEMM bump in 3rdparty/fetch_content.json
(c491439ed -> 67fc64863). The attribution scanner keys
scripts/attribution/data/ entries on <dep>/<git_tag> read from
fetch_content.json, so the prior pin's entries are orphaned after
the bump. Refresh both YAMLs so the scan still maps bundled
DeepGEMM sources at the new pin.
- dependency_metadata.yml: re-key the deepgemm entry and update
the source URL to point at 67fc64863.
- files_to_dependency.yml: re-key the deepgemm entry and refresh
the 50-entry checksum list. Checksums are 16-byte BLAKE2b
digests of file content (see scripts/attribution/sbom/src/
trtllm_sbom/storage.py::compute_cas_address) over the TRT-LLM
build inputs, i.e. csrc/**/*.{hpp,cpp} plus
deep_gemm/include/deep_gemm/common/types.hpp. Methodology was
validated by exactly reproducing the old pin's 50-entry list
under the same rule. 5 of the 50 files changed content
between SHAs (csrc/apis/{attention,mega}.hpp,
csrc/jit_kernels/heuristics/mega_moe.hpp, and
csrc/jit_kernels/impls/{sm100_fp8_fp4_mega_moe,
smxx_fp8_fp4_paged_mqa_logits}.hpp).
cpp/tensorrt_llm/deep_gemm/CMakeLists.txt does not need changes
at the new pin: csrc layout is unchanged (1 cpp + 1 cu + 48 hpp)
and the only "_C" import patterns under deep_gemm/ are
"from . import _C" (in __init__.py) and "from .. import _C" (in
mega/__init__.py), both already covered by the existing
string(REPLACE ...) rules.
Signed-off-by: Barry Kang <43644113+Barry-Delaney@users.noreply.github.com>
Barry-Delaney
approved these changes
May 15, 2026
Collaborator
Author
|
/bot run --disable-fail-fast |
Collaborator
|
PR_Github #48502 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #48502 [ run ] completed with state
|
Collaborator
|
/bot run --disable-fail-fast |
Collaborator
|
PR_Github #48562 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #48562 [ run ] completed with state |
lfr-0531
added a commit
to lfr-0531/TensorRT-LLM
that referenced
this pull request
May 29, 2026
Signed-off-by: Fanrong Li <lfr-0531@users.noreply.github.com> Signed-off-by: Barry Kang <43644113+Barry-Delaney@users.noreply.github.com> Co-authored-by: Fanrong Li <lfr-0531@users.noreply.github.com> Co-authored-by: Barry Kang <43644113+Barry-Delaney@users.noreply.github.com> (cherry picked from commit e6339b5) Signed-off-by: Fanrong Li <lfr-0531@users.noreply.github.com>
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
Testing