Skip to content

Testing v2.6 + pr2201#2513

Closed
KshitijLakhani wants to merge 3 commits intoNVIDIA:release_v2.6from
KshitijLakhani:klakhani/maint/release_v2.6_pr2201
Closed

Testing v2.6 + pr2201#2513
KshitijLakhani wants to merge 3 commits intoNVIDIA:release_v2.6from
KshitijLakhani:klakhani/maint/release_v2.6_pr2201

Conversation

@KshitijLakhani
Copy link
Copy Markdown
Collaborator

Description

Please include a brief summary of the changes, relevant motivation and context.

Fixes # (issue)

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Changes

Please list the changes introduced in this PR:

  • Change A
  • Change B

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

…ns_offsets() (NVIDIA#2201)

* Remove unnecessary SWA calculation from _segment_ids_pos_to_seqlens_offsets

Signed-off-by: Kshitij Lakhani <klakhani@nvidia.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Kshitij Lakhani <klakhani@nvidia.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@KshitijLakhani KshitijLakhani changed the base branch from main to release_v2.6 December 12, 2025 18:47
@KshitijLakhani KshitijLakhani self-assigned this Dec 16, 2025
@KshitijLakhani KshitijLakhani changed the title Testing v2.6 + pr2201 [DO NOT MERGE] Testing v2.6 + pr2201 Dec 16, 2025
@KshitijLakhani KshitijLakhani changed the title [DO NOT MERGE] Testing v2.6 + pr2201 Testing v2.6 + pr2201 Jan 27, 2026
@KshitijLakhani KshitijLakhani deleted the klakhani/maint/release_v2.6_pr2201 branch February 9, 2026 18:17
sudhakarsingh27 added a commit to sudhakarsingh27/TransformerEngine that referenced this pull request May 5, 2026
PR 2596 added deterministic CP runs to the L3 FA-versions matrix, multiplying
CP wall time across every FA version and causing CI timeouts (pipeline
50243000). Run CP tests once per arch instead, picking the FA version each
arch's CP code path actually supports:

  - sm90 (H100):  FA3 3.0.0b1   - context_parallel.py is FA3-only on Hopper
                                  (use_flash_attn_3 threaded throughout, FA4
                                  not wired in; pad_between_seqs gated on
                                  use_flash_attn_3 at lines 1038, 1366)
  - sm>90 (B200): latest FA4    - FA3 is not built/installed for sm>90

Non-CP test_attention.py still runs for every FA version in the array.

Also drop FA 2.7.3 from the sm90 list (no longer maintained as a target)
and bump the FA4 pin from 4.0.0b8 to 4.0.0b11. b8 has an SM90 backward
kernel bug fixed by upstream PR NVIDIA#2513 in b11
(get_smem_store_C() got multiple values for argument 'transpose').

Signed-off-by: Sudhakar Singh <sudhakars@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant