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
I'm working on improving the gpu_scheduler trace events.
The events are changed to make fence tracking easier (context + seqno are printed consistently across events) and to contain the dependencies information (drm_sched_job_wait_dep already provided this, but partially).
Lastly, the device information to know which GPU is executing the job is now available as well.
Hi,
I'm working on improving the gpu_scheduler trace events.
The events are changed to make fence tracking easier (context + seqno are printed consistently across events) and to contain the dependencies information (
drm_sched_job_wait_dep
already provided this, but partially).Lastly, the device information to know which GPU is executing the job is now available as well.
The latest version of the patchset is currently up for review here: https://lists.freedesktop.org/archives/dri-devel/2024-June/457100.html - feel free to chime in and offer some feedback.
FWIW here's an short capture on a 2 GPUs system:
The text was updated successfully, but these errors were encountered: