diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-09-28 14:49:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-28 16:49:28 -0500 |
commit | 6558e5615ae9e6af6168b0a363808854fd66663f (patch) | |
tree | 6e83b3e22416e64f6bc494d0c570a7965df55311 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e7621f4199877b866977829c73a9edefe5e0cbab (diff) | |
download | llvm-6558e5615ae9e6af6168b0a363808854fd66663f.zip llvm-6558e5615ae9e6af6168b0a363808854fd66663f.tar.gz llvm-6558e5615ae9e6af6168b0a363808854fd66663f.tar.bz2 |
[libc] Update HSA queues to use the maximum size and set the barrier bit (#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).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions