Steps to reproduce the issue: 1. Clone and compile https://github.com/SaschaWillems/Vulkan 2. cd bin 3. ./multithreading Expected CPU usage on a quad-core CPU: 400% Actual CPU usage on a quad-core CPU: 100%
on anv the load is distributed beetwen cores but it is gpu bound so no core reaches 50% :/ what does the demo say using 4 threads, 1...
If you use atop it's easier to see that the load is spread over all cores evenly Confirmed the demo is working fine here with radv and each core adds up to ~100% usage
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.