feat: execute FlashKDA on RTX 5090

This commit is contained in:
wuyang
2026-07-29 13:36:49 +08:00
parent 1146208b5e
commit 2ef846f751
16 changed files with 1189 additions and 51 deletions
+3 -3
View File
@@ -370,11 +370,11 @@ def main() -> None:
else None,
"libc": list(platform.libc_ver()),
},
"local_build": {
"status": "blocked_before_kernel execution",
"baseline_host_build": {
"status": "blocked in the default CUDA 12.8 environment; superseded by the separate CUDA 13 runtime probe",
"attempt_1": "system g++ 15 exceeds CUDA 12.8 host compiler range",
"attempt_2": "temporary g++ 13 reaches nvcc, then CUDA 12.8 headers conflict with current glibc math declarations",
"interpretation": "GPU architecture is listed by the repository, but the local CUDA 12.8 stack is below the official CUDA 12.9 requirement",
"interpretation": "this snapshot records the first host path only; see src/data/k3-flashkda-runtime.json for the successful isolated build and RTX 5090 execution",
},
},
}