Refactor FP4 quantization and remove deprecated JIT kernels (#30448)
Co-authored-by: root <root@sgl-b300-inference.datacrunch.io>
This commit is contained in:
@@ -284,11 +284,6 @@ Backend selection applies to **blockwise FP8**, **MXFP8** (dense linear), and **
|
||||
<td>SM80+</td>
|
||||
<td>Auto-selects: <code>flashinfer_cutedsl</code> on SM100; <code>marlin</code> on SM80-SM90; <code>flashinfer_cutlass</code> otherwise (including SM120)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>cutlass</code></td>
|
||||
<td>SM100/120</td>
|
||||
<td>SGLang CUTLASS kernel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>flashinfer_cutlass</code></td>
|
||||
<td>SM100/120</td>
|
||||
@@ -317,7 +312,7 @@ Backend selection applies to **blockwise FP8**, **MXFP8** (dense linear), and **
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
On Blackwell, when FlashInfer is unavailable for NVFP4, the SGLang CUTLASS kernel is used as an automatic fallback. On SM80-SM90, `auto` selects Marlin for NVFP4.
|
||||
On SM80-SM90, `auto` selects Marlin for NVFP4. NVFP4 GEMM requires FlashInfer to be installed.
|
||||
|
||||
## Offline Quantization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user