1. 27 Jan, 2026 3 commits
  2. 21 Jan, 2026 1 commit
  3. 12 Jan, 2026 1 commit
  4. 30 Dec, 2025 1 commit
  5. 26 Dec, 2025 2 commits
  6. 25 Dec, 2025 1 commit
  7. 19 Dec, 2025 1 commit
  8. 10 Dec, 2025 1 commit
  9. 01 Dec, 2025 1 commit
  10. 21 Nov, 2025 1 commit
  11. 20 Nov, 2025 1 commit
    • crapromer's avatar
      Issue/445 沐曦平台添加macaSDK支持 (#468) · ed012302
      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
      ed012302
  12. 19 Nov, 2025 1 commit
  13. 31 Oct, 2025 1 commit
    • Ceng23333's avatar
      feat: implement neural network module system with PyTorch-like API · 69c1c352
      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
      69c1c352
  14. 29 Oct, 2025 1 commit
  15. 28 Oct, 2025 1 commit
  16. 16 Oct, 2025 1 commit
  17. 29 Sep, 2025 2 commits
  18. 25 Sep, 2025 1 commit
  19. 04 Sep, 2025 1 commit
  20. 27 Aug, 2025 2 commits
  21. 26 Aug, 2025 1 commit
  22. 18 Aug, 2025 1 commit
  23. 13 Aug, 2025 1 commit
  24. 07 Aug, 2025 1 commit
    • zhangyue's avatar
      issue/349 P800-elementwise · 72c4dc7c
      zhangyue authored
      * 适配p800软件栈
      
      * 支持p800上编译手写算子,重构elementwise 算子组件
      
      * fix format
      
      * delete include xtdk_io
      
      * 支持 elementwise float16 bfloat16 数据类型
      
      * 修改自定义 size_t 和 ptrdiff_t 中基础数据类型
      
      * p800 拆分 kernel
      72c4dc7c
  25. 06 Aug, 2025 2 commits
  26. 30 Jul, 2025 1 commit
  27. 18 Jul, 2025 2 commits
  28. 15 Jul, 2025 1 commit
  29. 14 Jul, 2025 3 commits
  30. 11 Jul, 2025 2 commits