- 07 Nov, 2025 8 commits
-
-
Jiacheng Huang authored
* 以变量形式使用 `use_ntops` * 移除不需要的 `ntops.py`
-
crapromer authored
* fix compile bug on cuda 13.0 * issue/367 - clang format code on ubuntu --------- Co-authored-by:root <root@Crapromer>
-
PanZezhong1725 authored
issue/565 - 调整一些的算子到infinicore.nn.functional.py文件中
-
PanZezhong1725 authored
issue/564 - updated test info, env settings, and readme
-
wooway777 authored
-
pengcheng888 authored
-
PanZezhong1725 authored
-
wooway777 authored
-
- 06 Nov, 2025 1 commit
-
-
PanZezhong1725 authored
-
- 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 2 commits
- 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 1 commit
-
-
pengcheng888 authored
-