remove deprecated qkv/kv_packed apis#2696
Open
sudhakarsingh27 wants to merge 1 commit intoNVIDIA:mainfrom
Open
remove deprecated qkv/kv_packed apis#2696sudhakarsingh27 wants to merge 1 commit intoNVIDIA:mainfrom
sudhakarsingh27 wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
Signed-off-by: Sudhakar Singh <sudhakars@nvidia.com>
Contributor
Greptile Summaryremoved four deprecated fused attention APIs (
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Deprecated APIs] --> B[nvte_fused_attn_fwd_qkvpacked]
A --> C[nvte_fused_attn_bwd_qkvpacked]
A --> D[nvte_fused_attn_fwd_kvpacked]
A --> E[nvte_fused_attn_bwd_kvpacked]
B --> F[Helper Functions]
C --> F
D --> F
E --> F
F --> G[make_tensor_view]
F --> H[calculate_qkv_stride]
F --> I[calculate_qkv_unpacked_shape]
F --> J[calculate_kv_stride]
F --> K[calculate_kv_unpacked_shape]
L[Migration Path] --> M[nvte_fused_attn_fwd]
L --> N[nvte_fused_attn_bwd]
M --> O[Separate Q, K, V tensors]
N --> O
style A fill:#ff9999
style F fill:#ff9999
style L fill:#99ff99
style O fill:#99ff99
Last reviewed commit: 849077c |
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
Please include a brief summary of the changes, relevant motivation and context.
Fixes # (issue)
Type of change
Changes
Please list the changes introduced in this PR:
Checklist: