什麼是 add-sgl-kernel?
將重量級 AOT CUDA/C++ 核心加入 sql-kernel 的逐步教學(包括測試和基準測試) 來源:sgl-project/sglang。
將重量級 AOT CUDA/C++ 核心加入 sql-kernel 的逐步教學(包括測試和基準測試)
透過命令列快速安裝 add-sgl-kernel AI 技能到你的開發環境
來源:sgl-project/sglang。
Tutorial: Adding a New Kernel to sgl-kernel (AOT / Heavyweight)
This tutorial walks through adding a simple element-wise scale operation as an AOT kernel. We'll implement scale(x, factor) = x factor to demonstrate the complete workflow.
Add a new operation that scales each element of a tensor by a scalar factor:
將重量級 AOT CUDA/C++ 核心加入 sql-kernel 的逐步教學(包括測試和基準測試) 來源:sgl-project/sglang。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/sgl-project/sglang --skill add-sgl-kernel將重量級 AOT CUDA/C++ 核心加入 sql-kernel 的逐步教學(包括測試和基準測試) 來源:sgl-project/sglang。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/sgl-project/sglang --skill add-sgl-kernel 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sgl-project/sglang