- 28 Nov, 2025 6 commits
- 26 Nov, 2025 1 commit
-
-
zhuyue authored
-
- 22 Nov, 2025 3 commits
- 21 Nov, 2025 5 commits
-
-
zhuyue authored
-
zhuyue authored
-
zhuyue authored
-
zhuyue authored
-
qinyiqun authored
* ISSUE/628 适配QY C610 GPU,增加编译选项,适配已有算子。添加bge类模型所需的算子,包括gelu,layer_norm,lp_norm(支持l1,l2 norm),relu,softmax,tanh。 --------- Co-authored-by:
xgqdut2016 <kenan_gewei@163.com> Co-authored-by:
xgqdut2016 <140036308+xgqdut2016@users.noreply.github.com>
-
- 20 Nov, 2025 3 commits
-
-
xgqdut2016 authored
-
crapromer authored
* issue/636 - add support for fp8 with maca sdk * issue/636 - add functional header to support Fn * issue/636 - format code with clang
-
crapromer authored
* initial add mc support for meta * add command description for maca compilation * rebase metax maca support to main * issue/445 - clang format code on ubuntu * issue//445 - change config from use_mc to use-mc and format code
-
- 19 Nov, 2025 3 commits
-
-
pengcheng888 authored
-
zhuyue authored
-
zhangyue authored
* issue/614: fix device class in python * issue/614: chang list to List in typing * issue/614: undo kunlun.lua
-
- 18 Nov, 2025 1 commit
-
-
thatPepe authored
* issue/571 - introduced the DeviceEvent feature --------- Co-authored-by:Jiacheng Huang <huangjiacheng0709@outlook.com>
-
- 17 Nov, 2025 4 commits
-
-
wooway777 authored
-
pengcheng888 authored
-
pengcheng888 authored
-
wooway777 authored
-
- 14 Nov, 2025 1 commit
-
-
wooway777 authored
-
- 13 Nov, 2025 2 commits
-
-
PanZezhong authored
-
zhuyue authored
-
- 12 Nov, 2025 1 commit
-
-
zhuyue authored
-
- 07 Nov, 2025 2 commits
-
-
crapromer authored
* fix compile bug on cuda 13.0 * issue/367 - clang format code on ubuntu --------- Co-authored-by:root <root@Crapromer>
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 05 Nov, 2025 1 commit
-
-
PanZezhong authored
-
- 31 Oct, 2025 5 commits
-
-
zhuyue authored
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
zhuyue authored
-
Ceng23333 authored
- Implement core modules: Linear, Embedding, RMSNorm - Add PyTorch-like macros for module and parameter definition - INFINICORE_NN_MODULE for single module declaration - INFINICORE_NN_MODULE_VEC for module vectors - INFINICORE_NN_PARAMETER for parameter declaration - Corresponding INIT macros for initialization - Implement hierarchical module system with dynamic path generation - Add state_dict() and load_state_dict() support - Refactor module design: protected registration methods, removed path_ member - Add comprehensive test suite including TinyLlama integration - All parameters are protected with public accessors
-
PanZezhong authored
-
- 29 Oct, 2025 2 commits