Skip to content

Conversation

@phlrain
Copy link
Collaborator

@phlrain phlrain commented Mar 26, 2025

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

PR changes

Description

zhangbo9674 and others added 30 commits March 13, 2025 16:24
* add distributed run

* fix topo

* add distributed print
* Add fused_swiglu_act(transpose)_quant op to extern op in gpt-3

* Polishing code.

* remove unecessary lines.

* remove unecessary lines in cu

* Add padding function to fused_swiglu_act_quant_op
* [Distribution] Support DualPipeV for deepseek

* add

* fix

* add

* add
* commit for save

* revert gpu sum in add loss for mtp
* add flag DSV3_USE_FP8_GEMM

* fix
* add flag DSV3_USE_FP8_GEMM

* fix

* add fp8 comm

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix

* fix bug

* fix bug

* replace index_select to gather

* close fuse_moe

* fix dequant bug
* fix dequant bug

* fix bug

* fix bug

* fix
…reparation for GroupedGEMM using in training. (#10190)

* Add regroup_tokens op and optest, fix topk_to_multihot setup.py

* Add test file

* fix miscs

* Add tokens_unzip & weighted_zip in preparation of fp8-groupedgemm

* Added expert_idx output to tokens_unzip op.

* Fix prob datatype issue.

* Implemented double input&output regroup op.

* Further fix bf16 issues.

* Fix implicit bug.

* Change the unzip op to save more useful data

* Refractor and combining tokens_unzip_and_zip.

* Fixed concurrent semaphore bug.

* delete synchronize in zip op, and starting to add guided unzip kernel.

* Add fp8 support for unzip op, but cannot fake a tensor for testing.

* Added guided_unzip op.

* Modified guided_unzip to satisfy real usage.

* polish code

* Fix typos and polish & tested code
* Added two fused op, refractor some old swiglu code.

* delete unecessary print.
* optimize atten impl

* optimize_attention_output_linear_fp8_memory
* Revert "add timer for deepep (#10211)"

This reverts commit a874a9b.

* revert timer
* Support overlap for fusion moe, fix memlory leakage of fusion moe

* fix

* fix conflict
lshpku and others added 30 commits August 20, 2025 19:51
* fix

* add fa3 rc

---------

Co-authored-by: zhangbo9674 <zhangbo54@baidu.com>
* CE bug fix

* Update trainer_callback.py

* CE bug fix

* Update modeling.py

---------

Co-authored-by: zhangbo9674 <zhangbo54@baidu.com>
* fix gate prob

* remove useless code
* fix

* update quant cache

---------

Co-authored-by: zhangbo9674 <zhangbo54@baidu.com>
* add_stepped_rc

* polish code

* remove stepevent

* fix bug
Co-authored-by: zhangbo9674 <zhangbo54@baidu.com>
* fix_fa3_mem

* update strategy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.