CPU Inductor freezing can produce tiny numeric differences in Detectron2 mask logits. Those differences are thresholded into boolean pred_masks, so exact bool equality is too strict for these segmentation outputs. The benchmark harness already has an IoU-based bool mask comparator for this class of model, but torch._dynamo.utils.same() dropped...