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-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%