Update benchmarking code #28789
Annotations
10 errors and 1 warning
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py#L8
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py:8:38: F401 `utils.to_fp16` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py#L8
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py:8:47: F401 `utils.to_bf16` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py#L98
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py:98:5: F841 Local variable `bias` is assigned to but never used
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py#L101
benchmarks/cutlass_benchmarks/dense_mm/bench_v1.py:101:81: E501 Line too long (96 > 80)
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L2
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:2:8: F401 `random` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L12
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:12:40: F401 `utils.to_fp8` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L17
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:17:8: F401 `json` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L18
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:18:8: F401 `os` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L19
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:19:8: F401 `hashlib` imported but unused
|
Analysing the code with ruff:
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py#L20
benchmarks/cutlass_benchmarks/dense_mm/bench_v2.py:20:22: F401 `datetime.datetime` imported but unused
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading