Skip to content

Fused ROPE and reshape cache kernel #1089

Fused ROPE and reshape cache kernel

Fused ROPE and reshape cache kernel #1089

Triggered via pull request December 4, 2024 04:45
Status Failure
Total duration 29s
Artifacts

ruff.yml

on: pull_request
Matrix: ruff
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 3 warnings
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (E501): 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)
Ruff (E501): 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)
Ruff (F401): vllm/model_executor/layers/rotary_embedding.py#L30
vllm/model_executor/layers/rotary_embedding.py:30:33: F401 `vllm._custom_ops` imported but unused
Ruff (F811): 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
Ruff (F811): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (E501): 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)
Ruff (E501): 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)
Ruff (F401): vllm/model_executor/layers/rotary_embedding.py#L30
vllm/model_executor/layers/rotary_embedding.py:30:33: F401 `vllm._custom_ops` imported but unused
Ruff (F811): 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
Ruff (F811): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (E501): 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)
Ruff (E501): 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)
Ruff (F401): vllm/model_executor/layers/rotary_embedding.py#L30
vllm/model_executor/layers/rotary_embedding.py:30:33: F401 `vllm._custom_ops` imported but unused
Ruff (F811): 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
Ruff (F811): 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
ruff (3.12)
The job was canceled because "_3_9" failed.
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (F401): 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
Ruff (E501): 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)
Ruff (E501): 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)
Ruff (F401): vllm/model_executor/layers/rotary_embedding.py#L30
vllm/model_executor/layers/rotary_embedding.py:30:33: F401 `vllm._custom_ops` imported but unused
Ruff (F811): 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
Ruff (F811): 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
ruff (3.8)
The job was canceled because "_3_9" failed.
ruff (3.8)
The operation was canceled.
ruff (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ruff (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ruff (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636