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
When a graph is created by recording a queue with record & replay there is no way to tag memory objects internal to the graph, which would enable optimizations on the internal memory. Without this tagging, enabling kernel fusion on a graph created by record & replay may not be possible.
Such an interface must support both buffers and USM allocations.