Commit a9fcbd1
Fix compilation error: undefined 'stream' in MoE GEMM init
Use nullptr (default CUDA stream) for the one-time initialize call
in cgemm_nvfp4_moe_sm100_init. The stream parameter was referenced
but not declared in the init function signature.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e4a899e commit a9fcbd1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments