(x)
| 113 | # Pre/post hash annotations report buffer hashes around each kernel call, which |
| 114 | # is helpful when isolating incorrect kernels. |
| 115 | def f(x): |
| 116 | return torch.mm(torch.relu(x), x.T) |
| 117 | |
| 118 | x = torch.randn(3, 3, device="cuda") |
| 119 |
no outgoing calls
no test coverage detected