- 10 Jul, 2025 4 commits
-
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
PanZezhong1725 authored
issue/314 修复 nvidia 上编译和测试问题
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
- 09 Jul, 2025 10 commits
-
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
PanZezhong authored
Signed-off-by:PanZezhong <panzezhong@qiyuanlab.com>
-
Derui Yang authored
issue/312: 沐曦BF16编译问题
-
Catheriany authored
-
Catheriany authored
-
PanZezhong1725 authored
issue/275: 添加 ReLU 算子的 CPU 实现
-
Catheriany authored
-
Jiacheng Huang authored
-
Jiacheng Huang authored
-
- 08 Jul, 2025 4 commits
-
-
PanZezhong1725 authored
issue/302 - fix compile error of window system
-
PanZezhong1725 authored
issue/254/fix 为elementwise算子添加bf16支持
-
PanZezhong authored
-
PanZezhong1725 authored
issue/307 unify test tensor creation in pytorch tests
-
- 07 Jul, 2025 3 commits
-
-
PanZezhong authored
-
pengcheng888 authored
-
pengcheng888 authored
-
- 04 Jul, 2025 4 commits
-
-
PanZezhong1725 authored
issue/304 fix clip
-
PanZezhong authored
-
penghceng888 authored
-
pengcheng888 authored
-
- 02 Jul, 2025 5 commits
-
-
PanZezhong1725 authored
issue/158/feat: 支持天数
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
PanZezhong1725 authored
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
YdrMaster authored
Signed-off-by:YdrMaster <ydrml@hotmail.com>
-
- 01 Jul, 2025 1 commit
-
-
蒋帅宏(Shuaihong_Jiang) authored
* issue/254: 添加算子在CPU和CUDA上对BF16的支持,并增加相应的测试代码 * issue/254: 将修改后的算子格式化后重新提交 * 修改与最新main的冲突 * 解决冲突后rms_norm原本的精度过不了了,现在由 {"atol": 5e-3, "rtol": 5e-3}更改为 {"atol": 8e-3, "rtol": 8e-3} * rms_norm在debug模式下FP16的测试用例失败了(本地测试能通过,github上过不了), 所以将容差增大了两倍进行测试 * 将rms_normd的测试输入缩放0.5,将容差改回原始值来进行ci测试 * issue/254: 1.使用CHECK_DTYPE宏来进行数据类型检验 2.在test的utils.py中添加了设备对BF16支持的检验 * issue/254: rms_norm测试fp16容差由 torch.float16: {"atol": 1e-3, "rtol": 1e-3}, 改为torch.float16: {"atol": 2e-3, "rtol": 2e-3}, 并删除对输入0.5的放缩 * issue/254: 在utils.py中debug方法和debug_all方法中 添加了对BF16的特判 * 修改支持BF16测试的设备类型检查方法 * 修改支持BF16测试的设备检查 * issue/254: reduce redundancy in rms_norm.py * issue/254: add back the missing comment in rms_norm.py * issue/254: add fp32 tolerance condition in causal_softmax.py --------- Co-authored-by:Zimin Li <coollizimin@gmail.com>
-
- 30 Jun, 2025 3 commits
-
-
PanZezhong1725 authored
issue/288: Improve the Compatibility of the Torch Implementations
-
Zimin Li authored
-
Zimin Li authored
-
- 27 Jun, 2025 6 commits
-
-
PanZezhong1725 authored
issue/137: 添加causal_softmax测例,更新readme(合并)
-
Catheriany authored
-
PanZezhong1725 authored
issue/205 - 添加Sub算子 resolves #205
-
Pepe authored
-
Pepe authored
issue/205 - 添加Sub算子的头文件、CPU实现、cuda实现、及Python测试
-
PanZezhong1725 authored
issue/11: add random sample ascend
-