home/categories/framework-internals/geniushtx-swe-skills-bench-skills-add-uint-support-skill-md
framework-internalsdevelopment

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.

GeniusHTX
maintainer
GeniusHTX
Actualizado 3/23/2026
Estrellas
28
Forks
6
quick start

Installation and usage

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.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use add-uint-support