- 05 Nov, 2025 3 commits
-
-
PanZezhong1725 authored
-
PanZezhong1725 authored
文档更新: 更新InfiniCore开发指南
-
PanZezhong authored
-
- 04 Nov, 2025 2 commits
-
-
Jiacheng Huang authored
issue/551 - debug context management by adding __globals__ resolve
-
root authored
-
- 03 Nov, 2025 1 commit
-
-
wooway777 authored
-
- 31 Oct, 2025 12 commits
-
-
pengcheng888 authored
remove gemm python interface.
-
zhuyue authored
-
PanZezhong1725 authored
Issue/517 InfiniCore 添加 nn::module c++接口 &&线性层实现
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
pengcheng888 authored
Add gemm operator python interface and tests.
-
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
-
pengcheng888 authored
Add causalSoftmax operator Python interface and tests.
-
pengcheng888 authored
Add silu operator python interface and tests.
-
PanZezhong authored
-
pengcheng888 authored
-
pengcheng888 authored
Add SwiGLU operator Python interface and tests.
-
- 29 Oct, 2025 3 commits
-
-
zhuyue authored
-
zhuyue authored
-
PanZezhong1725 authored
issue/456/feat: add silu operator
-
- 28 Oct, 2025 2 commits
-
-
tianyuxbear authored
-
zhuyue authored
-
- 27 Oct, 2025 1 commit
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 24 Oct, 2025 4 commits
-
-
thatPepe authored
issue/524 - support unimplemented operator calls
-
Jiacheng Huang authored
-
thatPepe authored
issue/521 - support topksoftmax on metax GPU.
-
wooway777 authored
-
- 23 Oct, 2025 1 commit
-
-
pengcheng888 authored
Co-authored-by:pengcheng888 <pengcheng@example.com>
-
- 22 Oct, 2025 2 commits
-
-
pengcheng888 authored
-
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 2 commits
-
-
Jiacheng Huang authored
-
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>
-
- 17 Oct, 2025 1 commit
-
-
thatPepe authored
issue/427 - sigmoid, topksoftmax, and topkrouter ops
-
- 16 Oct, 2025 3 commits
-
-
Ceng authored
-
gongchensu authored
Co-authored-by:
wawahejun <hejunlbbc@gmail.com> Co-authored-by:
zhuyue <zhuyue@qiyuanlab.com>
-
gongchensu authored
Co-authored-by:
wawahejun <hejunlbbc@gmail.com> Co-authored-by:
zhuyue <zhuyue@qiyuanlab.com>
-
- 13 Oct, 2025 3 commits
-
-
PanZezhong1725 authored
-
PanZezhong1725 authored
-
Jiacheng Huang authored
加入 `infinicore` Python 包的 editable 安装支持
-