[CPU] enable CI for PRs, add Dockerfile and auto build task (#6458)

Co-authored-by: diwei sun <diwei.sun@intel.com>
Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
Zaili Wang
2025-06-06 04:43:54 +08:00
committed by GitHub
parent 8b2474898b
commit 562f279a2d
6 changed files with 239 additions and 2 deletions

View File

@@ -127,6 +127,16 @@ suites = {
"per-commit-8-gpu-amd": [
TestFile("test_full_deepseek_v3.py", 250),
],
"per-commit-cpu": [
TestFile("cpu/test_activation.py"),
TestFile("cpu/test_decode.py"),
TestFile("cpu/test_extend.py"),
TestFile("cpu/test_gemm.py"),
TestFile("cpu/test_moe.py"),
TestFile("cpu/test_norm.py"),
TestFile("cpu/test_qkv_proj_with_rope.py"),
TestFile("cpu/test_shared_expert.py"),
],
"nightly": [
TestFile("test_nightly_gsm8k_eval.py"),
],