Install and call.
Replace upstream kernel calls with calls to popcorn kernels.
$ uv pip install popcornrms_norm
- from fla.modules.layernorm import rms_norm
-
- y = rms_norm(x, weight)
+ from popcorn.kernels import rms_norm
+
+ y = rms_norm(x, weight)
Explore the grid.
- 96
- kernels
- 8
- backends
- 222
- implementations
- 1,372,350
- correctness trials

