18 lines
992 B
Markdown
18 lines
992 B
Markdown
# NVFP4 Fused Variant Recovery
|
|
|
|
This capsule preserves the modulation-to-pack and SwiGLU-to-FC2-pack variants.
|
|
|
|
- `patches/0001-python-wrappers.patch`: NVFP4 Python wrappers and opt-in linear
|
|
methods from the current worktree.
|
|
- `patches/0002-block-call-sites.patch`: current block call sites and fallback
|
|
rules. The patch also includes related fused elementwise call sites and is
|
|
explicitly not a kernel-only patch.
|
|
- `patches/0003-modulation-validator.patch`: standalone producer validator.
|
|
- `patches/0004-swiglu-validator.patch`: standalone producer validator.
|
|
- `patches/0005-elementwise-support.patch`: standalone untracked Triton
|
|
modulation and residual-gate support required by the block call-site patch.
|
|
- `../shared_cuda_experimental_worktree/patches/0001-shared-cuda-experiments.patch`:
|
|
CUDA producer implementations and bindings; mixed with other experiments.
|
|
|
|
These artifacts preserve source only. They do not enable environment flags or
|
|
change runtime/build defaults.
|