Fused ROPE and reshape cache kernel #1089
Annotations
10 errors and 1 warning
tests/kernels/test_fused_rope_and_reshape_cache.py#L2
tests/kernels/test_fused_rope_and_reshape_cache.py:2:23: F401 `itertools.accumulate` imported but unused
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L2
tests/kernels/test_fused_rope_and_reshape_cache.py:2:35: F401 `itertools.product` imported but unused
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L4
tests/kernels/test_fused_rope_and_reshape_cache.py:4:20: F401 `typing.List` imported but unused
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L13
tests/kernels/test_fused_rope_and_reshape_cache.py:13:31: F401 `.allclose_default.get_default_atol` imported but unused
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L13
tests/kernels/test_fused_rope_and_reshape_cache.py:13:49: F401 `.allclose_default.get_default_rtol` imported but unused
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L77
tests/kernels/test_fused_rope_and_reshape_cache.py:77:81: E501 Line too long (90 > 80)
|
tests/kernels/test_fused_rope_and_reshape_cache.py#L209
tests/kernels/test_fused_rope_and_reshape_cache.py:209:81: E501 Line too long (81 > 80)
|
vllm/model_executor/layers/rotary_embedding.py#L30
vllm/model_executor/layers/rotary_embedding.py:30:33: F401 `vllm._custom_ops` imported but unused
|
vllm/model_executor/layers/rotary_embedding.py#L162
vllm/model_executor/layers/rotary_embedding.py:162:41: F811 Redefinition of unused `ops` from line 30
|
vllm/model_executor/layers/rotary_embedding.py#L185
vllm/model_executor/layers/rotary_embedding.py:185:48: F811 Redefinition of unused `ops` from line 30
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading