94057c3d3e
PR Test (NPU) / check-changes (push) Has been cancelled
PR Test (NPU) / pr-gate (push) Has been cancelled
PR Test (NPU) / set-image-config (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-4-npu-a3 (push) Has been cancelled
PR Test (NPU) / stage-b-test-16-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-1-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-2-npu-a3 (push) Has been cancelled
PR Test (Arm64) / pr-gate (push) Has been cancelled
PR Test (Arm64) / check-changes (push) Has been cancelled
PR Test (Arm64) / build-test (push) Has been cancelled
PR Test (sgl-router) / gate (push) Has been cancelled
PR Test (sgl-router) / tier-1 — lint (push) Has been cancelled
PR Test (sgl-router) / tier-2 — build + test (push) Has been cancelled
PR Test (sgl-router) / tier-3 — docker (placeholder) (push) Has been cancelled
PR Test (sgl-router) / tier-3 — k8s integration (push) Has been cancelled
PR Test (sgl-router) / tier-3 — e2e (push) Has been cancelled
PR Test (sgl-router) / finish (push) Has been cancelled
PR Test (NPU) / single-node-poc (map[name:qwen3_6_27b_w8a8_1p_in64k_out1k_50ms runner:linux-aarch64-a3-2 test_case:test/registered/ascend/performance/qwen3_6_27b/test_npu_qwen3_6_27b_w8a8_1p_in64k_out1k_50ms.py test_type:perf]) (push) Has been cancelled
PR Test (NPU) / pr-test-npu-finish (push) Has been cancelled
PR Test (Xeon) / pr-gate (push) Has been cancelled
PR Test (Xeon) / check-changes (push) Has been cancelled
PR Test (Xeon) / build-test (, xeon-gnr, base-b-test-cpu) (push) Has been cancelled
PR Test (XPU) / check-changes (push) Has been cancelled
PR Test (XPU) / pr-gate (push) Has been cancelled
PR Test (XPU) / stage-a-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / wait-for-stage-a (push) Has been cancelled
PR Test (XPU) / stage-b-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / finish (push) Has been cancelled
CI Model Inventory / build-inventory (push) Has been cancelled
Lint / lint (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Compilation Check (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Manual Policy (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Request Processing (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Summary (push) Has been cancelled
PR Test (SMG) / build-wheel (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on windows (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (x86_64 - auto) (push) Has been cancelled
PR Test (SMG) / python-unit-tests (push) Has been cancelled
PR Test (SMG) / unit-tests (push) Has been cancelled
PR Test (SMG) / benchmarks (push) Has been cancelled
PR Test (SMG) / chat-completions (push) Has been cancelled
PR Test (SMG) / chat-completions-4gpu (push) Has been cancelled
PR Test (SMG) / e2e (push) Has been cancelled
PR Test (SMG) / docker-build-test (push) Has been cancelled
PR Test (SMG) / k8s-integration (push) Has been cancelled
PR Test (SMG) / finish (push) Has been cancelled
PR Test (SMG) / summarize-benchmarks (push) Has been cancelled
Release SGLang Model Gateway Docker Image / publish (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Build SDist (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Upload to PyPI (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (aarch64, 12.9, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (x86_64, 12.9, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu129 (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (aarch64, 13.0, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (x86_64, 13.0, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu130 (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 700) (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 720) (push) Has been cancelled
Release SGLang Kernels / release-rocm700 (push) Has been cancelled
Release SGLang Kernels / release-rocm720 (push) Has been cancelled
Release SGLang Kernels / build-musa43 (43, 3.10) (push) Has been cancelled
Release SGLang Kernels / release-musa43 (push) Has been cancelled
143 lines
4.1 KiB
Python
143 lines
4.1 KiB
Python
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
|
# Adapted from https://github.com/vllm-project/vllm/blob/v0.10.0/vllm/compilation/inductor_pass.py
|
|
|
|
import hashlib
|
|
import inspect
|
|
import json
|
|
import logging
|
|
import time
|
|
import types
|
|
from contextlib import contextmanager
|
|
from typing import Any, Callable, Optional, Union
|
|
|
|
import torch
|
|
from torch import fx
|
|
from torch._dynamo.utils import lazy_format_graph_code
|
|
from torch._inductor.custom_graph_pass import CustomGraphPass
|
|
|
|
logger = logging.getLogger(__name__)
|
|
|
|
_pass_context = None
|
|
|
|
|
|
class PassContext:
|
|
|
|
def __init__(self, runtime_shape: Optional[int]):
|
|
self.runtime_shape = runtime_shape
|
|
|
|
|
|
def get_pass_context() -> PassContext:
|
|
"""Get the current pass context."""
|
|
assert _pass_context is not None
|
|
return _pass_context
|
|
|
|
|
|
@contextmanager
|
|
def pass_context(runtime_shape: Optional[int]):
|
|
"""A context manager that stores the current pass context,
|
|
usually it is a list of sizes to specialize.
|
|
"""
|
|
global _pass_context
|
|
prev_context = _pass_context
|
|
_pass_context = PassContext(runtime_shape)
|
|
try:
|
|
yield
|
|
finally:
|
|
_pass_context = prev_context
|
|
|
|
|
|
class InductorPass(CustomGraphPass):
|
|
"""
|
|
A custom graph pass that uses a hash of its source as the UUID.
|
|
This is defined as a convenience and should work in most cases.
|
|
"""
|
|
|
|
def uuid(self) -> Any:
|
|
"""
|
|
Provide a unique identifier for the pass, used in Inductor code cache.
|
|
This should depend on the pass implementation, so that changes to the
|
|
pass result in recompilation.
|
|
By default, the object source is hashed.
|
|
"""
|
|
return InductorPass.hash_source(self)
|
|
|
|
@staticmethod
|
|
def hash_source(*srcs: Union[str, Any]):
|
|
"""
|
|
Utility method to hash the sources of functions or objects.
|
|
:param srcs: strings or objects to add to the hash.
|
|
Objects and functions have their source inspected.
|
|
:return:
|
|
"""
|
|
hasher = hashlib.sha256()
|
|
for src in srcs:
|
|
if isinstance(src, str):
|
|
src_str = src
|
|
elif isinstance(src, types.FunctionType):
|
|
src_str = inspect.getsource(src)
|
|
else:
|
|
src_str = inspect.getsource(src.__class__)
|
|
hasher.update(src_str.encode("utf-8"))
|
|
return hasher.hexdigest()
|
|
|
|
@staticmethod
|
|
def hash_dict(dict_: dict[Any, Any]):
|
|
"""
|
|
Utility method to hash a dictionary, can alternatively be used for uuid.
|
|
:return: A sha256 hash of the json rep of the dictionary.
|
|
"""
|
|
encoded = json.dumps(dict_, sort_keys=True).encode("utf-8")
|
|
return hashlib.sha256(encoded).hexdigest()
|
|
|
|
def is_applicable_for_shape(self, shape: Optional[int]):
|
|
return True
|
|
|
|
|
|
class CallableInductorPass(InductorPass):
|
|
"""
|
|
This class is a wrapper for a callable that automatically provides an
|
|
implementation of the UUID.
|
|
"""
|
|
|
|
def __init__(
|
|
self, callable: Callable[[fx.Graph], None], uuid: Optional[Any] = None
|
|
):
|
|
self.callable = callable
|
|
self._uuid = self.hash_source(callable) if uuid is None else uuid
|
|
|
|
def __call__(self, graph: torch.fx.Graph):
|
|
self.callable(graph)
|
|
|
|
def uuid(self) -> Any:
|
|
return self._uuid
|
|
|
|
|
|
class SGLangInductorPass(InductorPass):
|
|
|
|
def __init__(
|
|
self,
|
|
):
|
|
self.pass_name = self.__class__.__name__
|
|
|
|
def dump_graph(self, graph: torch.fx.Graph, stage: str):
|
|
lazy_format_graph_code(stage, graph.owning_module)
|
|
|
|
def begin(self):
|
|
self._start_time = time.perf_counter_ns()
|
|
|
|
def end_and_log(self):
|
|
self._end_time = time.perf_counter_ns()
|
|
duration_ms = float(self._end_time - self._start_time) / 1.0e6
|
|
logger.debug("%s completed in %.1f ms", self.pass_name, duration_ms)
|
|
|
|
|
|
class PrinterInductorPass(SGLangInductorPass):
|
|
|
|
def __init__(self, name: str):
|
|
super().__init__()
|
|
self.name = name
|
|
|
|
def __call__(self, graph: torch.fx.Graph):
|
|
self.dump_graph(graph, self.name)
|