Commit Graph

1 Commits

Author SHA1 Message Date
Andrew Stubbs 7dd4eb1db9 amdgcn: Implement proper locks
This should prevent printf output from multiple threads getting garbled.

I don't know why IO ever worked properly -- probably it was always a bit
broken -- but the GFX11 devices have a different cache architecture and
trying to print from many threads at once corrupted the FILE buffers.
2024-03-25 11:32:52 +01:00