Commits on 30 Jul 2026
Offer 8x display oversampling
Jeremy Magland committed
912bc9dMovie export: selectable output resolution
Jeremy Magland committed
36f75b3Movie export: recompute the run from t = 0 into a captioned MP4
Jeremy Magland committed
f168295Merge pull request #2 from concept-collection/display-improvements
Jeremy Magland committed
76ca436Render on demand, display oversampling, and jump-free solver timing
Jeremy Magland committed
163ec45Merge pull request #1 from danfortunato/perf/subgroup-analysis-reduction
Jeremy Magland committed
b97baa7Fourier stage: real-field transform, and radix-4 Stockham
danfortunato committed
9cb1d1aFold north/south latitude pairs onto one Legendre recurrence
danfortunato committed
eb4a9e7leg_analys: reduce once per span of l-pairs, not once per pair
danfortunato committed
b81424bleg_analys: reduce with subgroupAdd, and retune wgAnalys for it
danfortunato committed
53ff7c5Tidy up after the SHTNS comparison
Jeremy Magland committed
4166b48compare-native: say when a row is measuring launches, not the GPU
Jeremy Magland committed
3bc607eleg_synth: advance the recurrence the way leg_analys does
Jeremy Magland committed
f290310Add scripts/diagnose-leg.ts: follow leg_synth's recurrence term by term
Jeremy Magland committed
5e5b2f8Commits on 29 Jul 2026
Add scripts/diagnose-sht.ts: which stage of the transform is wrong?
Jeremy Magland committed
30ed90fbench:sht: check one round trip before timing thousands
Jeremy Magland committed
721b8dfDo not assume a linked library leaves stdout alone
Jeremy Magland committed
e302a6eBenchmark the WGSL transforms against upstream SHTNS
Jeremy Magland committed
b689087Point the demo link back at the original repo's Pages site
Jeremy Magland committed
c47b479Add a Benchmark button that measures the solver and the GPU's clock ramp
Jeremy Magland committed
3221abdAdd scripts/compare-perf.mjs, and rule out CPU command encoding
Jeremy Magland committed
17db8f1Stop the per-frame sync from inflating the app's solver number
Jeremy Magland committed
cde22eaSeparate solver time from frame time, and add a cross-environment check
Jeremy Magland committed
0f3abbdDelete the TypeScript solver; the .m models are the only implementation
Jeremy Magland committed
35d91faPoint Pages at the new repo and stop asking the workflow to enable it
Jeremy Magland committed
c6376deWrite the solver in MATLAB and compile it to WebGPU
Jeremy Magland committed
61e12f1Name the glibc case when Dawn's binary will not load
Jeremy Magland committed
182fa98Report why the webgpu package did not load, instead of guessing
Jeremy Magland committed
521b449Make the benchmark command run on older Node
Jeremy Magland committed
84005eeFix CI: do not omit optional dependencies
Jeremy Magland committed
e5b7827Add a desktop WebGPU benchmark and show its command in the app
Jeremy Magland committed
15a77e2Add soak, live-check and solver-only soak tooling
Jeremy Magland committed
e7bcd70turing-sphere: reaction-diffusion on the sphere, spectral solver on WebGPU
Jeremy Magland committed
2dedc35