(launch: "nvbench.Launch")
| 170 | torch.cuda.synchronize() |
| 171 | |
| 172 | def launcher(launch: "nvbench.Launch"): |
| 173 | stream = _as_torch_stream(launch.get_stream()) |
| 174 | with torch.cuda.stream(stream): |
| 175 | sampler.sample(**kwargs) |
| 176 | |
| 177 | state.exec(launcher, batched=False) |
| 178 |
nothing calls this directly
no test coverage detected