When multiple render commands are enqueued before the graph task runs for a prior enqueued command, the new commands will be put into the Queue for the task to run and no context is captured. When the task runs and consumes the queue of FRenderCommandPipe::FCommands, the context captured for the first queued command (captured by the creation of the graph task itself) is applied to all commands in the queue- commonly incorrectly categorizing the allocations.
Expected
The graphics allocations are associated with the correct LLM tags
Actual
Graphics allocations are sometimes associated randomly with incorrect LLM tags due to how commands are queued and contexts are tracked.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-232109 in the post.
0 |
Component | UE - Rendering Architecture - RHI |
---|---|
Affects Versions | 5.4, 5.5 |
Target Fix | 5.6 |
Created | Dec 3, 2024 |
---|---|
Updated | Dec 4, 2024 |