You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not yet using cuda graphs, but the benchmarking code should just invoke this at the start of execution anyway. Thus if we add a benchmark that graphs around something nvFuser gives, or if we start internally using graphs down the road, we won't hit surprising profiling issues.
The text was updated successfully, but these errors were encountered:
As per: https://pytorch.org/docs/stable/torch.compiler_profiling_torch_compile.html#working-around-cuda-graph-profiling-issues, we may need to do some initialization when using cuda graphs.
We are not yet using cuda graphs, but the benchmarking code should just invoke this at the start of execution anyway. Thus if we add a benchmark that graphs around something nvFuser gives, or if we start internally using graphs down the road, we won't hit surprising profiling issues.
The text was updated successfully, but these errors were encountered: