at-dispatch-v2
NewConvert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "at-dispatch-v2": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is at-dispatch-v2?
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.
How to install at-dispatch-v2?
To install at-dispatch-v2: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "at-dispatch-v2": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is at-dispatch-v2 best for?
at-dispatch-v2 is a mcp categorized under Development. It is designed for: api, coding. Created by pytorch.