[PyTorch] Add pad_between_seqs support for A2A and P2P CP with FA3 + THD #15968
Workflow file for this run
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
| # Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| # | |
| # See LICENSE for license information. | |
| # A workflow to trigger the TE license check on GitHub | |
| name: 'License' | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| check: | |
| name: 'Check' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 'Checkout' | |
| uses: actions/checkout@v3 | |
| - name: 'Check License' | |
| run: | | |
| export TE_PATH=. | |
| bash ./qa/L0_license/test.sh |