(low, high, x)
| 355 | print("Supports warp specialization:", supports_ws) |
| 356 | return supports_ws |
| 357 | |
| 358 | |
| 359 | @torch.compile(fullgraph=True) |
| 360 | def _local_reduce( |
| 361 | maxs: torch.Tensor, # [num_samples, n_tiles, H] |
nothing calls this directly
no outgoing calls
no test coverage detected