Sync TransformerEngine-FL to upstream v2.17 - #105
Open
Caozhou1995 wants to merge 2 commits into
Open
Conversation
Integrates upstream NVIDIA/TransformerEngine v2.17 (commit 2e559f0) into flagos-ai/TransformerEngine-FL:main, preserving all multi-backend plugin work. - Upstream v2.14 -> v2.17 integration (EP, MXFP8/NVFP4, fused router/MLP) - 25 conflict files resolved, fork patches preserved (torch_nv, te_device_type, OpManager dispatcher, 9-backend CI/CD) - P0: removed 2 deleted C++ bindings (convert_host_pointers_to_tensor, get_device_pointer_for_data_and_scales) from plugin + 6 vendors - Enum sync: DType assert ==->subset, NVTE_QKV_Format/Layout members - Device abstraction re-injected (quantized_tensor.py make_empty etc.) - Includes flagos-ai#94 KunlunXin CICD support
|
flagscale-agent seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
- Added 15 new v2.17 bindings: splits_to_offsets_multi, copy_data_ptrs_to_device, bulk_allocate, create_empty_quantized_tensor, group_dequantize, multi_tensor_pad_last_dim, multi_tensor_swizzle_scales_for_gemm_, multi_tensor_transpose_to_bhsd, cusolvermp_ctx_create/destroy, newton_schulz, nvfp4_quantize_with_amax, nvfp4_group_quantize_with_amax, swizzle_scales_and_pack_ptrs_for_discrete_weights, get_grouped_gemm_setup_workspace_size - Added new params: tensor_offsets (group_quantize/bgrad_group_quantize/nvfp4_group_quantize_with_amax), glu_linear_offset (clamped_swiglu/clamped_dswiglu) - Removed dead bindings deleted in upstream v2.17 PR#3001: convert_host_pointers_to_tensor, get_device_pointer_for_data_and_scales
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.
Integrates upstream NVIDIA/TransformerEngine v2.17 (commit 2e559f0) into flagos-ai/TransformerEngine-FL:main, preserving all multi-backend plugin work.
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: