1. 06 Nov, 2025 2 commits
  2. 28 Oct, 2025 1 commit
    • Daniel Hiltgen's avatar
      Fix vulkan PCI ID and ID handling (#12775) · 14977a93
      Daniel Hiltgen authored
      * Fix vulkan PCI ID and ID handling
      
      Intel GPUs may not report PCI IDs which was leading to incorrect overlap
      detection.  Switch to using the existing PCI IDs, however AMD GPUs claim not to
      report PCI IDs, but actually do, so try anyway, as this is required for ADLX to
      find the GPUs on Windows. Numeric IDs lead to scheduling problems, so this also
      switches Vulkan to use UUID based IDs. The GPU discovery patches have been
      squashed into a single patch to simplify future rebases.
      
      * review comments
      14977a93
  3. 18 Oct, 2025 1 commit
    • Daniel Hiltgen's avatar
      win: more verbose load failures (#12683) · ba2253dc
      Daniel Hiltgen authored
      When loading the dynamic libraries, if something goes wrong report some
      details.  Unfortunately this wont explain which dependencies are missing,
      but this breadcrumb in the logs should help us diagnose GPU discovery
      failures.
      ba2253dc