Skip to content

CI: auto-update split test FILE_TIMES (#2795) #2

CI: auto-update split test FILE_TIMES (#2795)

CI: auto-update split test FILE_TIMES (#2795) #2

Triggered via push April 20, 2026 11:55
Status Cancelled
Total duration 1d 0h 1m 11s
Artifacts

atom-test.yaml

on: push
Matrix: ATOM Benchmark
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 169 warnings
ATOM Benchmark (gpt-oss-120b, MI35X, openai/gpt-oss-120b, --kv_cache_dtype fp8 --gpu-memory-utili...
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
ATOM Benchmark (DeepSeek-R1-0528, MI35X, deepseek-ai/DeepSeek-R1-0528, --kv_cache_dtype fp8 -tp 8...
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
ATOM Benchmark (DeepSeek-R1-0528, MI325, deepseek-ai/DeepSeek-R1-0528, --kv_cache_dtype fp8 -tp 8...
The job has exceeded the maximum execution time while awaiting a runner for 24h0m0s
[ruff] aiter/jit/utils/torch_guard.py#L207 <F401>(https://docs.astral.sh/ruff/rules/unused-import): aiter/jit/utils/torch_guard.py#L207
`torch.library.Library` imported but unused; consider using `importlib.util.find_spec` to test for availability
[ruff] aiter/ops/mha.py#L1464 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L1464
Avoid equality comparisons to `False`; use `not is_v3_atomic_fp32:` for false checks
[ruff] aiter/ops/mha.py#L1484 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L1484
Avoid equality comparisons to `True`; use `is_v3_atomic_fp32:` for truth checks
[ruff] aiter/ops/mha.py#L1499 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L1499
Avoid equality comparisons to `False`; use `not is_v3_atomic_fp32:` for false checks
[ruff] aiter/ops/mha.py#L1535 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L1535
Avoid equality comparisons to `True`; use `is_v3_atomic_fp32:` for truth checks
[ruff] aiter/ops/mha.py#L2058 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2058
Avoid equality comparisons to `True`; use `causal:` for truth checks
[ruff] aiter/ops/mha.py#L2060 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2060
Avoid equality comparisons to `False`; use `not causal:` for false checks
[ruff] aiter/ops/mha.py#L2217 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2217
Avoid equality comparisons to `True`; use `causal:` for truth checks
[ruff] aiter/ops/mha.py#L2219 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2219
Avoid equality comparisons to `False`; use `not causal:` for false checks
[ruff] aiter/ops/mha.py#L2245 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2245
Avoid equality comparisons to `True`; use `is_v3_atomic_fp32:` for truth checks
[ruff] aiter/ops/mha.py#L2261 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2261
Avoid equality comparisons to `True`; use `is_v3_atomic_fp32:` for truth checks
[ruff] aiter/ops/mha.py#L2274 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2274
Avoid equality comparisons to `False`; use `not deterministic:` for false checks
[ruff] aiter/ops/mha.py#L2289 <E712>(https://docs.astral.sh/ruff/rules/true-false-comparison): aiter/ops/mha.py#L2289
Avoid equality comparisons to `False`; use `not deterministic:` for false checks
[ruff] aiter/ops/triton/__init__.py#L20 <F401>(https://docs.astral.sh/ruff/rules/unused-import): aiter/ops/triton/__init__.py#L20
`.comms.IrisCommContext` imported but unused; consider using `importlib.util.find_spec` to test for availability
[ruff] aiter/ops/triton/__init__.py#L21 <F401>(https://docs.astral.sh/ruff/rules/unused-import): aiter/ops/triton/__init__.py#L21
`.comms.reduce_scatter` imported but unused; consider using `importlib.util.find_spec` to test for availability
[ruff] aiter/ops/triton/__init__.py#L22 <F401>(https://docs.astral.sh/ruff/rules/unused-import): aiter/ops/triton/__init__.py#L22
`.comms.all_gather` imported but unused; consider using `importlib.util.find_spec` to test for availability
[ruff] aiter/ops/triton/__init__.py#L23 <F401>(https://docs.astral.sh/ruff/rules/unused-import): aiter/ops/triton/__init__.py#L23
`.comms.reduce_scatter_rmsnorm_quant_all_gather` imported but unused; consider using `importlib.util.find_spec` to test for availability
[ruff] op_tests/test_mha.py#L344 <F841>(https://docs.astral.sh/ruff/rules/unused-variable): op_tests/test_mha.py#L344
Local variable `softmax_lse_tol` is assigned to but never used
[ruff] op_tests/test_moe.py#L11 <F403>(https://docs.astral.sh/ruff/rules/undefined-local-with-import-star): op_tests/test_moe.py#L11
`from aiter.int4_utils import *` used; unable to detect undefined names
[ruff] op_tests/test_moe.py#L243 <F405>(https://docs.astral.sh/ruff/rules/undefined-local-with-import-star-usage): op_tests/test_moe.py#L243
`convert_int8_to_uint32_int4` may be undefined, or defined from star imports
[ruff] op_tests/test_moe.py#L244 <F405>(https://docs.astral.sh/ruff/rules/undefined-local-with-import-star-usage): op_tests/test_moe.py#L244
`convert_int8_to_uint32_int4` may be undefined, or defined from star imports
[ruff] op_tests/test_pa_mtp.py#L290 <F811>(https://docs.astral.sh/ruff/rules/redefined-while-unused): op_tests/test_pa_mtp.py#L290
Redefinition of unused `run_aiter_hip` from line 258: `run_aiter_hip` redefined here
check-signal
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/