BeClaude

at-dispatch-v2

New
97.3kSmitheryDevelopmentby pytorch

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.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "at-dispatch-v2": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
apicoding

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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.