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
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Cross-posting this issue from
ipex, in case thetorch-cclteam is not aware of it.Key issues:
The pytorch profiler traces highlight the issues (copied from the other thread):
A100 Trace
Non-blocking kernel launch and comms/compute overlap.
Intel Max 1550 Trace
Blocking kernel launch and no comms/compute overlap.
See the other thread for more details.