Microck

add-uint-support

@Microck/add-uint-support
Microck
102
9 forks
Updated 1/18/2026
View on GitHub

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.