Claude
6b8965a667
accel(ixformer): add BI-V100 hardware op wrappers + silence corex warnings
Confirmed via SSH on real BI-V100 machine (Aug 8):
- corex_gdn.py / corex_moe.py / libcorex_gdn.so do NOT exist in base image
- Sub168 PACKAGED THEIR OWN corex modules in their Docker image
- ixformer IS available with: matmul, softmax, rms_norm, flash_attn_func,
conv2d, silu_and_mul, fused_add_rms_norm, gemv
- Zero topk/moe/expert ops in ixformer → MoE stays PyTorch
Added:
- _ix_matmul, _ix_bmm, _ix_softmax wrappers with fallback
- ixformer import probe (replaces fake corex probe)
- Silenced corex ImportError warnings (expected, not errors)
Priority now: max_model_len=80000 + NaN clamp → engine starts → functional tests pass
2026-08-08 18:13:59 +00:00
..
2026-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-07 07:55:04 +00:00
2026-08-07 08:56:50 +00:00
2026-08-08 07:01:37 +00:00
2026-08-05 08:24:43 +00:00
2026-08-07 07:05:40 +00:00
2026-07-30 16:06:20 +00:00
2026-08-05 08:24:43 +00:00
2026-08-08 10:48:01 +00:00
2026-08-07 08:56:36 +00:00
2026-08-07 04:37:44 +00:00
2026-08-08 10:48:01 +00:00
2026-08-08 10:48:01 +00:00
2026-08-07 09:58:35 +00:00
2026-08-08 15:09:31 +00:00
2026-08-07 10:02:09 +00:00
2026-08-08 10:48:01 +00:00
2026-08-08 10:48:01 +00:00
2026-08-08 10:48:01 +00:00
2026-08-08 10:48:01 +00:00
2026-08-08 10:48:01 +00:00
2026-08-07 02:46:46 +00:00
2026-08-08 11:21:43 +00:00
2026-08-08 07:36:31 +00:00
2026-08-08 08:10:55 +00:00
2026-08-08 18:13:59 +00:00
2026-08-08 07:02:22 +00:00
2026-08-05 08:36:52 +00:00
2026-08-06 02:55:51 +00:00
2026-07-30 16:06:20 +00:00
2026-07-30 16:06:20 +00:00
2026-08-08 11:01:52 +00:00
2026-08-05 08:36:52 +00:00
2026-08-07 06:36:12 +00:00
2026-08-07 01:54:52 +00:00