docs(CLAUDE): drop stale cuKron-broken gotcha (#999 closed)#1107
Conversation
The domain gotcha claimed cuKron's GPU compile is broken under CUDA 13 (#999), but #999 is closed and cuKron compiles and runs on CUDA 13 -- verified via a build_gpu gpu_test_main build with passing GPU Kron tests (basis for #1105 and #1106). A gotcha that flags a working path as broken is worse than none, so remove it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request removes a note from CLAUDE.md indicating that the cuKron GPU compilation was broken under CUDA 13, suggesting that this issue has been resolved. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1107 +/- ##
=======================================
Coverage 72.71% 72.71%
=======================================
Files 226 226
Lines 28151 28151
Branches 71 71
=======================================
Hits 20471 20471
Misses 7659 7659
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Problem
The
CLAUDE.mddomain-gotchas list claimed:But #999 is closed and
cuKroncompiles and runs fine under CUDA 13. A "gotcha" that flags a working path as broken actively misleads agents (e.g. it discouraged reusing the GPUKronpath — which #1105 and #1106 both do).Fix
Remove the stale gotcha bullet.
Verification
build_gpugpu_test_main(CUDA 13.0, RTX 4070 Ti) builds cleanly and the GPUKrontests pass — this is the basis for #1105 (Outer via Kron) and #1106 (retiretype_promote_gpu_t, which migrates the GPU Kron path). Issue #999 isCLOSED.🤖 Generated with Claude Code