Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Update HSA queues to use the maximum size and set the barrier …
…bit (llvm#110034) Summary: It's safer to use the maximum size, as this prevents the runtime from oversubscribing with multiple producers. Additionally we should set the barrier bit to ensure that the queue entries block if multiple are submitted (Which shouldn't happen for this tool).
- Loading branch information