add-uint-support
Safe 78Add Unsigned Integer Support to PyTorch Operators
by pytorch
PyTorch operators may reject uint16, uint32, and uint64 tensors when dispatch macros omit unsigned types. This skill guides precise AT_DISPATCH_V2 updates for complete unsigned type coverage.