Synchronize Stream Issues

{{ desc }} {% for item in solutions %} {% set rowloop = loop %} {% for key, value in item.items() %} {% endfor %} {% endfor %}
Suggestions
{{ rowloop.index }}. {{ value.desc }}
{% if not empty_stacks %} Please click on the collapsible box below to view the detailed code stack that triggers synchronizeStream {% elif not framework_black_list %} Suggestion: These operators have no code stack. If parameter 'with_stack=False' was set while profiling, please refer to Ascend PyTorch Profiler to set 'with_stack=True'. Otherwise, ignore following affinity APIs due to backward broadcast lack of stack. {% endif %} {% for api_name, stacks in result.items() %} {% if empty_stacks %}
{{api_name|safe}}
{% elif stacks | length > 0 %}
{{api_name|safe}}
{% for stack in stacks %}
No.{{loop.index|safe}} code stack, called {{stack[1]|safe}} times
{% endfor %}
{% endif %} {% endfor %}