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
Add a --threads sweep (4/6/8/12/...) to the dimsweep harness for the CPU backends (torch-cpu, numpy, native-fortran) with matched thread budgets, to see whether cores catch the GPU.
Definition of Done
--threads sweep axis wired to torch (torch.set_num_threads/interop), numpy (OMP/MKL env), and native-Fortran (OMP_NUM_THREADS) with matched budgets per run.
Results captured per (backend x threads x dims) with per-iteration timing.
Part of epic #84.
Scope
Add a
--threadssweep (4/6/8/12/...) to the dimsweep harness for the CPU backends (torch-cpu, numpy, native-fortran) with matched thread budgets, to see whether cores catch the GPU.Definition of Done
--threadssweep axis wired to torch (torch.set_num_threads/interop), numpy (OMP/MKL env), and native-Fortran (OMP_NUM_THREADS) with matched budgets per run.