Skip to main content

Module exp_elementwise

Module exp_elementwise 

Source
Expand description

ADR-020 iter-11h-c1 — elementwise exp forward + backward.

Forward: y[i] = exp(x[i]) Backward: dx[i] = dy[i] · y[i] (caller passes y, the forward output, NOT x — autograd-canonical pattern that avoids recompute).

Statics§

EXP_ELEMENTWISE_SHADER_SOURCE

Functions§

dispatch_exp_backward_f32
dispatch_exp_f32
register