chore: import upstream snapshot with attribution
Lint / lint (push) Has been cancelled
Build Docs / Deploy Docs (push) Has been cancelled
Windows CI / Windows (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:23:58 +08:00
commit 770d92cb1f
694 changed files with 114634 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
"""Extern module for compiler."""
from . import moe_matmul, moe_misc
from .attention import attention
from .batch_spec_verify import batch_spec_verify
from .extern import configure, enable, get_store
from .ft_gemm import faster_transformer_dequantize_gemm
from .mrope import (
MultimodalRotaryEmbedding,
VisionPositionMetadata,
apply_multimodal_rotary_pos_emb,
get_mrope_position_ids,
)
from .pipeline_parallel import pipeline_stage_boundary
from .top_p_pivot import top_p_pivot, top_p_renorm