vllm_omni.platforms.xpu ¶
Modules:
| Name | Description |
|---|---|
platform | |
profiler | |
utils | |
worker | |
XPUOmniPlatform ¶
Bases: OmniPlatform, XPUPlatform
XPU/Intel GPU implementation of OmniPlatform.
Inherits all XPU-specific implementations from vLLM's XPUPlatform, and adds Omni-specific interfaces from OmniPlatform.
get_default_ir_op_priority classmethod ¶
Copied from upstream XPUPlatform with inductor-aware logic.
When inductor is active (compiling) use native as the default; otherwise prefer xpu_kernels where available.