- 22 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 18 Dec, 2025 1 commit
-
-
wooway777 authored
-
- 10 Dec, 2025 1 commit
-
-
thatPepe authored
* issue/739 - support batched RoPE on Nvidia and CPU * issue/739 - metax, moore batched rope * issue/739 - adjust metax flags * issue/739 - added a rope module interface to forward inplace in output tensor
-
- 09 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 08 Dec, 2025 1 commit
-
-
pengcheng888 authored
-
- 06 Dec, 2025 1 commit
-
-
PanZezhong1725 authored
-
- 05 Dec, 2025 2 commits
-
-
zhuyue authored
-
PanZezhong authored
-
- 04 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 03 Dec, 2025 2 commits
-
-
PanZezhong1725 authored
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 02 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 01 Dec, 2025 1 commit
-
-
pengcheng888 authored
-
- 21 Nov, 2025 1 commit
-
-
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>
-
- 18 Nov, 2025 1 commit
-
-
thatPepe authored
* issue/571 - introduced the DeviceEvent feature --------- Co-authored-by:Jiacheng Huang <huangjiacheng0709@outlook.com>
-
- 17 Nov, 2025 3 commits
-
-
wooway777 authored
-
pengcheng888 authored
-
pengcheng888 authored
-
- 14 Nov, 2025 1 commit
-
-
wooway777 authored
-
- 13 Nov, 2025 1 commit
-
-
zhuyue authored
-
- 12 Nov, 2025 1 commit
-
-
zhuyue authored
-
- 07 Nov, 2025 1 commit
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 31 Oct, 2025 4 commits
-
-
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
- 28 Oct, 2025 2 commits
-
-
tianyuxbear authored
-
zhuyue authored
-
- 23 Oct, 2025 1 commit
-
-
pengcheng888 authored
Co-authored-by:pengcheng888 <pengcheng@example.com>
-
- 22 Oct, 2025 1 commit
-
-
thatPepe authored
* issue/497 - add dtype __eq__ and __hash__ * issue/497 - simplified infinicore test functions * issue/497 - improved test framework greatly reduced the code required for specific operators; added strided tensor support; * issue/497 - add add interface to assist test * issue/497 - generalized test framework based on add * issue/497 - support non-contiguous tensors in result comparison * issue/497 - temporarily fixed strided tensor creation * issue/497 - rms norm interface * issue/497 - now requires test function definition * issue/497 - support mixed dtype * issue/497 - initial rms norm test * issue/497 - unified in place and out of place tests * issue/497 - renamed src/infinicore/op * issue/497 - reduced comments * issue/497 - attention * issue/497 - removed generic parameter mapping * issue/497 - temporary attention test * issue/497 - captitalize op name initial * issue/497 - add a script to run all op tests * issue/497 - fix comments * issue/497 - simplified infinicore tensor creation from torch * issue/497 - support tensor init modes * issue/497 - support tensor from/to files * issue/497 - adjust naming
-
- 21 Oct, 2025 1 commit
-
-
gongchensu authored
* Add debug function in InfiniCore tensor. * refactor test scripts and remove txt write add large-scale and non-contiguous tensor I/O tests * Move debug.py out of the op operator test folder. --------- Co-authored-by:zhuyue <zhuyue@qiyuanlab.com>
-
- 16 Oct, 2025 2 commits
-
-
Ceng authored
-
gongchensu authored
Co-authored-by:
wawahejun <hejunlbbc@gmail.com> Co-authored-by:
zhuyue <zhuyue@qiyuanlab.com>
-
- 11 Oct, 2025 2 commits
-
-
Jiacheng Huang authored
-
PanZezhong1725 authored
Co-authored-by:
Jiacheng Huang <huangjiacheng0709@outlook.com> Co-authored-by:
wooway777 <wooway777@gmail.com>
-
- 29 Sep, 2025 2 commits
-
-
pengcheng888 authored
-
gongchensu authored
Co-authored-by:zhuyue <zhuyue@qiyuanlab.com>
-
- 23 Sep, 2025 1 commit
-
-
zhushuang authored
-