1. 11 Feb, 2026 1 commit
    • qinyiqun's avatar
      Support Quantization (#996) · eb89439d
      qinyiqun authored
      
      
      demo131 - multiple issues regarding quantization, qy, and so forth
      
      * issue/843: success per_channel_quant_int8
      
      * issue/843: success qy quant
      
      * issue/843: modified quant
      
      * Add w8a8int8 performance tests
      
      * add infinicore op linear_w8a8i8
      
      * w8a8 linear module functional nn
      
      * issue/843: QY-GPU Support Int8 scale_mm (#68)
      
      * issue/843: success qy scaled_mm
      
      * issue/843: modified kernel.cuh as per_channel_dequant_int8.cuh
      
      * fix parallel slic in w8
      
      * w8: support multiple batch size
      
      * temp: 修改quantconfig处理
      
      * fix format and delete redundancy code
      
      * fix format
      
      * fix format
      
      * fix format
      
      * Refactor: add new API alongside legacy interfaces with deprecation warnings
      
      * 添加w4 inifnicore相关内容,以及将Quantization config划入InfiniCore
      
      * 量化算子支持图
      
      * solve cub version problem and fix code structure
      
      * fix format
      
      * demo131 - remove commented lines
      
      ---------
      Co-authored-by: default avatarxgqdut2016 <kenan_gewei@163.com>
      Co-authored-by: default avatarxgqdut2016 <140036308+xgqdut2016@users.noreply.github.com>
      Co-authored-by: default avatarwooway777 <wooway777@gmail.com>
      eb89439d
  2. 04 Feb, 2026 1 commit
  3. 29 Jan, 2026 1 commit
  4. 27 Jan, 2026 5 commits
  5. 21 Jan, 2026 1 commit
  6. 12 Jan, 2026 1 commit
  7. 30 Dec, 2025 1 commit
  8. 26 Dec, 2025 2 commits
  9. 25 Dec, 2025 1 commit
  10. 19 Dec, 2025 1 commit
  11. 10 Dec, 2025 1 commit
  12. 01 Dec, 2025 1 commit
  13. 21 Nov, 2025 1 commit
  14. 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
  15. 19 Nov, 2025 1 commit
  16. 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
  17. 29 Oct, 2025 1 commit
  18. 28 Oct, 2025 1 commit
  19. 16 Oct, 2025 1 commit
  20. 29 Sep, 2025 2 commits
  21. 25 Sep, 2025 1 commit
  22. 04 Sep, 2025 1 commit
  23. 27 Aug, 2025 2 commits
  24. 26 Aug, 2025 1 commit
  25. 18 Aug, 2025 1 commit
  26. 13 Aug, 2025 1 commit
  27. 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
  28. 06 Aug, 2025 2 commits
  29. 30 Jul, 2025 1 commit
  30. 18 Jul, 2025 2 commits
  31. 15 Jul, 2025 1 commit