mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00

"filename": "benchmarks/benchmark.py" "warning_type": "Incompatible variable type [9]", "warning_message": " target_total_secs is declared to have type `int` but is used as type `None`." "warning_line": 86 "fix": int to Optional[int]