code wiki / conv
topic: conv
4 modules sharing the conv name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_conv_bwd_stride_gate.nx | EXACT check of nx_f32_conv2d_backward at STRIDE 2 (only stride-1 was gated before; | 46 | 3 |
| nx_conv_gemm_gate.nx | wire the COMPUTE LEVER into the diffusion workhorse: f32 Conv2D via im2col->GEMM. | 156 | 5 |
| nx_conv_speedup.nx | THE PAYOFF: a real 2D convolution (1024x1024, 15x15 kernel), run SERIAL then THREADED (nx_thread_pool, 8 | 97 | 3 |
| nx_conv_transpose1d.nx | BRICK 2 of the neural vocoder forward: transposed 1-D convolution (ConvTranspose1d), | 83 | 6 |