You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Fypp macro syntax and precheck coverage claims
- GPU macros use $: prefix (inline), not @: — matches all 400+ usages in src/
- GPU_PARALLEL, GPU_DATA, GPU_HOST_DATA are block macros using #:call/#:endcall
- Add block macro usage example
- Fix GPU_ROUTINE args: parallelism='[seq]', not function_name=
- Split forbidden patterns into precheck-enforced vs convention-enforced
(goto, COMMON, save, stop are not checked by precheck.sh)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments