Skip to content

Switch eqx.nn.Linear.__call__ to x @ weight.T to eliminate vmap+grad permutes (gated on GPU benchmark)#1235

Open
mvanhorn wants to merge 2 commits into
patrick-kidger:mainfrom
mvanhorn:fix/1195-2026-05-19-042-perf-equinox-linear-vmap-permutes
Open

Switch eqx.nn.Linear.__call__ to x @ weight.T to eliminate vmap+grad permutes (gated on GPU benchmark)#1235
mvanhorn wants to merge 2 commits into
patrick-kidger:mainfrom
mvanhorn:fix/1195-2026-05-19-042-perf-equinox-linear-vmap-permutes

test(test_nn): broadcast bias in test_linear_matmul_order_equivalence

95f62bf
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs