Hello,
I tested the same code on Linux and Windows.
Code snipped:
with profile(activities=[ProfilerActivity.CPU, ProfilerActivity.CUDA]) as prof:
main(args)
prof.export_chrome_trace("trace.json")
While on Linux I saw the CPU and GPU workload on Windows I only saw the CPU usage. I’ve used “chrome://tracing/”.
Is there any option or setting that I’ll have to activate to see the GPU workload under Windows?
Thanks for your help!