(kernel: CuptiKernelInfo)
| 297 | pre-allocates all tensors before the benchmark loop, so the timed region |
| 298 | is not affected by cudaMalloc times (which increase measured kernel time by 300%). |
| 299 | |
| 300 | Parameters |
| 301 | ---------- |
| 302 | fn : callable |
| 303 | The function to benchmark. Receives unpacked arguments each iteration. |
| 304 | inputs : list |
no outgoing calls
no test coverage detected