[PATCH] D153725: [clang] Make amdgpu-arch tool work on Windows

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 10 06:12:45 PDT 2023


jhuber6 added a comment.

In D153725#4484966 <https://reviews.llvm.org/D153725#4484966>, @arsenm wrote:

> In D153725#4484754 <https://reviews.llvm.org/D153725#4484754>, @JonChesterfield wrote:
>
>> - if you open the driver too many times at once it fails to open, so running a parallel build that uses this tool doesn't work on fast machines
>
> Why would this happen? Seems like a bug to fix?

Jon is probably referring to a recurring problem we've noticed with the `libc` tests on HSA that they will sometimes fail when running with multiple threads, see https://lab.llvm.org/staging/#/builders/247/builds/2599/steps/10/logs/stdio. Haven't been able to track down whether or not that's a bug in the implementation or interface somewhere.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153725/new/

https://reviews.llvm.org/D153725



More information about the cfe-commits mailing list