add-uint-support
NewAdd unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "add-uint-support": { "command": "...", "args": [] } }
/mcpSecurity Audits
Frequently Asked Questions
What is add-uint-support?
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
How to install add-uint-support?
To install add-uint-support: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "add-uint-support": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is add-uint-support best for?
add-uint-support is a mcp categorized under Development. It is designed for: coding. Created by pytorch.