[Kernel] Unify BaseFusedOp and MultiPlatformOp dispatch (#33205)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-08-06 08:52:09 +08:00
committed by GitHub
co-authored by Claude Fable 5
parent ba12a16a62
commit 4c0a8940fa
23 changed files with 1275 additions and 275 deletions
+1 -1
View File
@@ -544,7 +544,7 @@ python -c "from sglang.srt.platforms import current_platform; print(current_plat
<tr>
<td><code>get_dispatch_key_name()</code></td>
<td><code>"native"</code></td>
<td>MultiPlatformOp dispatch key name</td>
<td>BaseFusedOp (fused-op) dispatch key name</td>
</tr>
</tbody>
</table>