[Kernels] Add an inductor pass to rewrite and fuse collective communication ops with gemms #25889
Annotations
6 errors
Analysing the code with ruff:
vllm/compilation/backends.py#L11
vllm/compilation/backends.py:11:20: F811 Redefinition of unused `Tuple` from line 5
|
Analysing the code with ruff:
vllm/compilation/backends.py#L11
vllm/compilation/backends.py:11:27: F811 Redefinition of unused `List` from line 5
|
Analysing the code with ruff:
vllm/compilation/backends.py#L11
vllm/compilation/backends.py:11:33: F811 Redefinition of unused `Optional` from line 5
|
Analysing the code with ruff:
vllm/compilation/backends.py#L420
vllm/compilation/backends.py:420:12: SIM222 Use `True` instead of `True or ...`
|
Analysing the code with ruff:
vllm/compilation/collective_fusion.py#L322
vllm/compilation/collective_fusion.py:322:17: F821 Undefined name `Optional`
|
Analysing the code with ruff
Process completed with exit code 1.
|
Loading