Skip to content

Comments

Update: parallelize compilation pipeline to speed up builds#96

Merged
ChaoWao merged 1 commit intoChaoWao:mainfrom
poursoul:refactor-aicpu-logical
Feb 14, 2026
Merged

Update: parallelize compilation pipeline to speed up builds#96
ChaoWao merged 1 commit intoChaoWao:mainfrom
poursoul:refactor-aicpu-logical

Conversation

@poursoul
Copy link
Collaborator

@poursoul poursoul commented Feb 14, 2026

  • Use ThreadPoolExecutor to compile multiple kernels in parallel
  • Compile AICore/AICPU/Host targets concurrently in runtime_builder
  • Add -j flag to make for multi-core build acceleration
  • Trim redundant docstring in kernel_compiler

- kernel编译改用ThreadPoolExecutor并行编译多个kernel
- runtime_builder中AICore/AICPU/Host三个目标并行编译
- make构建添加-j参数利用多核加速
- 精简kernel_compiler中冗余的docstring
@poursoul poursoul changed the title Update: 并行化编译流程以加速构建 Update: parallelize compilation pipeline to speed up builds Feb 14, 2026
@ChaoWao ChaoWao merged commit 624bacb into ChaoWao:main Feb 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants