- 06 Mar, 2026 1 commit
-
-
lishen authored
-
- 09 Feb, 2026 1 commit
-
-
lishen authored
-
- 04 Feb, 2026 3 commits
- 02 Feb, 2026 1 commit
-
-
lishen authored
-
- 23 Jan, 2026 2 commits
-
-
lishen authored
Signed-off-by:lishen <lishen@sugon.com>
-
lishen authored
-
- 15 Jan, 2026 1 commit
-
-
lijian6 authored
Signed-off-by:lijian <lijian6@sugon.com>
-
- 30 Dec, 2025 1 commit
-
-
lishen authored
-
- 26 Dec, 2025 1 commit
-
-
lishen authored
-
- 23 Dec, 2025 2 commits
- 15 Dec, 2025 1 commit
-
-
lishen authored
-
- 12 Dec, 2025 1 commit
-
-
lijian6 authored
Signed-off-by:lijian <lijian6@sugon.com>
-
- 25 Nov, 2025 1 commit
-
-
lishen authored
-
- 14 Nov, 2025 1 commit
-
-
lishen authored
-
- 07 Nov, 2025 1 commit
-
-
lishen authored
-
- 06 Nov, 2025 1 commit
-
-
lijian6 authored
2. Add internode ll mode. 3. Add test internode ll mode. Signed-off-by:lijian <lijian6@sugon.com>
-
- 05 Nov, 2025 1 commit
-
-
lishen authored
-
- 03 Nov, 2025 1 commit
-
-
lishen authored
-
- 30 Oct, 2025 1 commit
-
-
lishen authored
-
- 17 Oct, 2025 1 commit
-
-
lijian6 authored
Signed-off-by:lijian <lijian6@sugon.com>
-
- 24 Sep, 2025 1 commit
-
-
Tailing Yuan authored
Co-authored-by:Yifei Zhang <219273404+yifeizhang-c@users.noreply.github.com>
-
- 17 Sep, 2025 1 commit
-
-
Shangyan Zhou authored
* Fix hidden_size % 128 != 0 * Add `align_down()` function * Use the full warp to wait TMA store * Support arbitrary hidden sizes in fp8 cast * lint
-
- 16 Sep, 2025 1 commit
-
-
Chenggang Zhao authored
* Remove redundant TMA flushes * Less barrier initialization overhead * Simplify `elect_one_sync` * Use `elect_one_sync` instead of lanes * Minor fix * Polish testing prints * Refactor for internode kernels * Better performance
-
- 15 Sep, 2025 1 commit
-
-
Yizhi Wang authored
-
- 01 Sep, 2025 1 commit
-
-
fzyzcjy authored
-
- 28 Aug, 2025 1 commit
-
-
sky authored
* Fix: avoid floating point exception. Signed-off-by:
wangfakang <fakangwang@gmail.com> * simplify the code. Signed-off-by:
wangfakang <fakangwang@gmail.com> --------- Signed-off-by:
wangfakang <fakangwang@gmail.com>
-
- 25 Aug, 2025 2 commits
-
-
fzyzcjy authored
-
sky authored
Signed-off-by:wangfakang <fakangwang@gmail.com>
-
- 07 Aug, 2025 2 commits
-
-
Chenggang Zhao authored
-
Zhean Xu authored
* independent logfmt_simulate function * draft: logfmt low latency combine * Minor bug fixes * Fix non-logfmt bugs * Fix logfmt bugs * Fix logfmt bugs * Minor fix * Minor fix * Clean code * Clean code * Use fewer regs * Use two warp groups * Correct shared memory size * Minor fix * Minor fix * More rigorous tests * Clean code * Use more SMs * Use different unroll factor for send & recv * Update csrc/kernels/internode_ll.cu Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> * Update csrc/kernels/internode_ll.cu Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> * Some renaming * Some comments of tests * Format `logfmt_encode` * More lints * Some refactors on sends * Fix testing * Fix bugs * Renaming * Use the full warp * Unify combine recv * Lint * Lint * Support 2560 * Fix meta buffer dtype * Better encode calls * Better amin/max writes * Extra sync * Read `topk_idx` by once * Better specialization * Read weights by once * Rename * Bug fixed * Some renaming * Fix local memory usage for sending * Fix local memory usage for receiving * Less writes * Optimize performance * Optimize performance * Better performance * Optimize performance * Fix rounding * Manually unroll * Fix bench --------- Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by:
Chenggang Zhao <chenggangz@deepseek.com>
-
- 31 Jul, 2025 1 commit
-
-
Chenggang Zhao authored
-
- 30 Jul, 2025 1 commit
-
-
sky authored
* Add diagnosis module for precise identification of slow ranks Signed-off-by:
wangfakang <fakangwang@gmail.com> * Add tests for the slow diagnosis module Signed-off-by:
wangfakang <fakangwang@gmail.com> * Update some comments for diagnose Signed-off-by:
wangfakang <fakangwang@gmail.com> * Update test case for diagnose Signed-off-by:
wangfakang <fakangwang@gmail.com> * Strip the diagnose module, thx LyricZhao and sphish. Signed-off-by:
wangfakang <fakangwang@gmail.com> * update variable name and cumulative wait recv cost, thx sphish. Signed-off-by:
wangfakang <fakangwang@gmail.com> * remove invalid comments. Signed-off-by:
wangfakang <fakangwang@gmail.com> --------- Signed-off-by:
wangfakang <fakangwang@gmail.com>
-
- 14 Jul, 2025 1 commit
-
-
Zhean Xu authored
* feat: low latency combine inplace TMA * optimize tma pointer with PatternVisitor * Minor cleanup * Add `elect_one_sync` --------- Co-authored-by:
Zhean Xu <xza@deepseek.com> Co-authored-by:
Chenggang Zhao <chenggangz@deepseek.com>
-
- 10 Jul, 2025 1 commit
-
-
Chenggang Zhao authored
* Add LogFMT interface * Update comments * Add simulated code * Fix comments * Change to 128 channels * Add notes * Optimize performance * optimize simulate logfmt 10bit * Minor fix * Stronger low latency tests * Minor fix * Stronger low latency tests for logfmt * Optimize logfmt simulate: lg2/ex2 ptx, step_inv * Minor fix * Minor fix * Add non-logfmt bench * Fix value=0 for logfmt * Optimize performance * Refactor tests --------- Co-authored-by:Zhean Xu <xza@deepseek.com>
-
- 02 Jul, 2025 2 commits
-
-
Chenggang Zhao authored
-
ruizhang1230 authored
* support hidden size 8192 * refactor code * fix assert
-
- 23 Jun, 2025 1 commit
-
-
fzyzcjy authored
-