Open
Description
🐛 Describe the bug
While working on https://hud.pytorch.org/pr/154169, the PR is blocked from merging by the following failure:
https://github.com/pytorch/pytorch/actions/runs/15371609386/job/43275531425
Looking at the error, it seems it was simply integer vs. integer.0 comparison failure.
value{tag:"dummy"histo{max:1023.0num:1024.0sum:523776.0sum_squares:357389824.0bucket_limit:0.0bucket_limit:186.0bucket_limit:372.0bucket_limit:558.0bucket_limit:744.0bucket_limit:930.0bucket_limit:1023.0bucket:0.0bucket:186.0bucket:186.0bucket:186.0bucket:186.0bucket:186.0bucket:94.0}}
+ value{tag:"dummy"histo{max:1023num:1024sum:523776sum_squares:357389824bucket_limit:0bucket_limit:186bucket_limit:372bucket_limit:558bucket_limit:744bucket_limit:930bucket_limit:1023bucket:0bucket:186bucket:186bucket:186bucket:186bucket:186bucket:94}}
Versions
It shows up on a few PRs.
Not sure if the PRs exposing the issue were sitting on a "bad" commit.