Merge remote-tracking branch 'origin/main' into pr-5748-head

This commit is contained in:
Daniel Han 2026-06-12 17:51:31 +00:00
commit 5c5b5348d3
219 changed files with 17761 additions and 7296 deletions

View file

@ -433,7 +433,7 @@ def _detect_windows_gfx_arch() -> str | None:
# GPU marketing-name → gfx arch table, mirroring setup.ps1's $nameArchTable.
# Most-specific first; first match wins. Covers only arches the lemonade-sdk
# Most-specific first; first match wins. Covers only arches the ROCm
# prebuilts / AMD Windows torch indexes support; unknown names return None
# (callers then fall back cleanly to CPU).
_WIN_GPU_NAME_ARCH_TABLE: "list[tuple[str, str]]" = [