[OpenMP] Avoid initializing the KernelLaunchEnvironment if possible (#73864)
If we don't have a team reduction we don't need a kernel launch environment (for now). In that case we can avoid the cost.
Loading
Please sign in to comment
If we don't have a team reduction we don't need a kernel launch environment (for now). In that case we can avoid the cost.