Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
08499e9
ci: Add QA L0 PyTorch C++ Unit Tests
Dec 31, 2025
2c4a5cf
ci: Add L0_pytorch_debug_unittest
Dec 31, 2025
dde54e5
debug0
Dec 31, 2025
6e5f543
debug1
Dec 31, 2025
cb09baa
Add L0 Pytorch Unittest
Dec 31, 2025
511a4c1
debug2
Dec 31, 2025
1090b15
debug3
Dec 31, 2025
30d84c5
ci: Add additional tests
Dec 31, 2025
e2fee06
ci: Update
Jan 4, 2026
89c2aa0
ci: Add QA CPP Unittest
Jan 4, 2026
2f80b42
ci: Update
Jan 4, 2026
75b58a1
ci: Update1
Jan 4, 2026
1d531e9
ci: Update1
Jan 4, 2026
87ec3ed
ci: Add QA Pytorch Wheel
Jan 4, 2026
bcebbd9
ci: Add QA L1 Pytorch Thunder Integration
Jan 4, 2026
4273032
ci: debug1
Jan 4, 2026
a70f0db
ci: debug2
Jan 5, 2026
65dd1a1
ci: debug3
Jan 5, 2026
37bedc8
ci: Update QA Pytorch Wheel
Jan 5, 2026
9dfb5ee
ci: QA Pytorch Wheel Debug0
Jan 5, 2026
0c90d18
ci: QA Pytorch Wheel Debug1
Jan 5, 2026
a007139
ci: QA Pytorch Wheel Debug2
Jan 5, 2026
4a0346c
ci: Update
Jan 5, 2026
4f699f7
ci: Update QA L0 PYTHORCH Unittest
Jan 5, 2026
bd2f0d1
ci: Update QA L1 PYTHORCH Unittest
Jan 5, 2026
e024ec5
ci: Update QA L0 PYTHORCH Unittest
Jan 5, 2026
89acdb7
ci: Update QA L1 PYTHORCH Unittest
Jan 5, 2026
d3ccbab
ci: QA L1 PYTHORCH Unittest debug0
Jan 5, 2026
94e9f48
ci: QA L1 PYTHORCH Unittest debug1
Jan 5, 2026
a7a6ac1
ci: QA L1 PYTHORCH Unittest
Jan 5, 2026
65398de
ci: Update QA L3 Pytorch FA Versions Test
Jan 5, 2026
4b6f966
ci: Update QA L3 Pytorch FA Versions Test
Jan 5, 2026
d4af284
ci: debug1
Jan 5, 2026
f7bdd90
ci: debug2
Jan 5, 2026
c2002b5
ci: debug3
Jan 5, 2026
e13a9a5
ci: debug4
Jan 5, 2026
6f9d881
ci: update
Jan 5, 2026
6defce4
ci: Change GitHub Actions trigger branch from add_qa_teat251230 to main
Jan 6, 2026
9434b44
ci: Adjust runner tags and image configuration, update image to lates…
Feb 4, 2026
e61b26c
ci: adjust runner tags
Feb 5, 2026
f17b3e4
Merge branch 'flagos-ai:main' into add_qa_teat251230
zihugithub Feb 10, 2026
ea02eef
Refine unit test procedures
Feb 11, 2026
0d688f6
Merge branch 'add_qa_teat251230' of https://github.com/zihugithub/Tra…
Feb 11, 2026
0ef833a
update
Feb 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions .github/workflows/blossom-ci.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,6 @@ on:
pull_request:
workflow_dispatch:
jobs:
core:
name: 'Core'
runs-on: ubuntu-latest
container:
image: nvcr.io/nvidia/cuda:12.1.0-devel-ubuntu22.04
options: --user root
steps:
- name: 'Dependencies'
run: |
apt-get update
apt-get install -y git python3.9 pip cudnn9-cuda-12
pip install cmake==3.21.0 pybind11[global] ninja nvidia-mathdx==25.1.1
- name: 'Checkout'
uses: actions/checkout@v3
with:
submodules: recursive
- name: 'Build'
run: pip install --no-build-isolation . -v
env:
NVTE_FRAMEWORK: none
MAX_JOBS: 1
- name: 'Sanity check'
run: python3 -c "import transformer_engine"
working-directory: /
pytorch:
name: 'PyTorch'
runs-on: ubuntu-latest
Expand All @@ -55,43 +31,3 @@ jobs:
MAX_JOBS: 1
- name: 'Sanity check'
run: python3 tests/pytorch/test_sanity_import.py
jax:
name: 'JAX'
runs-on: ubuntu-latest
container:
image: ghcr.io/nvidia/jax:jax
options: --user root
steps:
- name: 'Dependencies'
run: pip install pybind11[global] nvidia-mathdx==25.1.1
- name: 'Checkout'
uses: actions/checkout@v3
with:
submodules: recursive
- name: 'Build'
run: pip install --no-build-isolation . -v
env:
NVTE_FRAMEWORK: jax
MAX_JOBS: 1
- name: 'Sanity check'
run: python3 tests/jax/test_sanity_import.py
all:
name: 'All'
runs-on: ubuntu-latest
container:
image: ghcr.io/nvidia/jax:jax
options: --user root
steps:
- name: 'Dependencies'
run: pip install torch pybind11[global] einops onnxscript nvidia-mathdx==25.1.1
- name: 'Checkout'
uses: actions/checkout@v3
with:
submodules: recursive
- name: 'Build'
run: pip install --no-build-isolation . -v --no-deps
env:
NVTE_FRAMEWORK: all
MAX_JOBS: 1
- name: 'Sanity check'
run: python3 tests/pytorch/test_sanity_import.py && python3 tests/jax/test_sanity_import.py
39 changes: 0 additions & 39 deletions .github/workflows/deploy_nightly_docs.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/license.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/lint.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/qa-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: format_check

on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize, reopened]

jobs:
format:
runs-on: ubuntu-22.04
env:
PRID: ${{ github.event.pull_request.number }}
BRANCH: main

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}

- name: Merge PR to sub-branch
run: |
git fetch origin pull/${PRID}/merge
git checkout -b test FETCH_HEAD

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Run pre-commit
run: bash ./qa/format.sh
Loading
Loading