at-dispatch-v2
Konvertieren Sie PyTorch AT_DISPATCH-Makros in das AT_DISPATCH_V2-Format in ATen C++-Code. Wird verwendet, wenn AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES* oder andere Dispatch-Makros auf die neue v2-API portiert werden. Für ATen-Kerneldateien, CUDA-Kernel und native Operator-Implementierungen.
Installation
SKILL.md
This skill helps convert PyTorch's legacy ATDISPATCH macros to the new ATDISPATCHV2 format, as defined in aten/src/ATen/Dispatchv2.h.
Keep the old Dispatch.h include for now (other code may still need it).
Identify which type group macro corresponds to the base types:
Konvertieren Sie PyTorch AT_DISPATCH-Makros in das AT_DISPATCH_V2-Format in ATen C++-Code. Wird verwendet, wenn AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES* oder andere Dispatch-Makros auf die neue v2-API portiert werden. Für ATen-Kerneldateien, CUDA-Kernel und native Operator-Implementierungen. Quelle: microck/ordinary-claude-skills.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/microck/ordinary-claude-skills --skill at-dispatch-v2- Kategorie
- </>Entwicklung
- Verifiziert
- —
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist at-dispatch-v2?
Konvertieren Sie PyTorch AT_DISPATCH-Makros in das AT_DISPATCH_V2-Format in ATen C++-Code. Wird verwendet, wenn AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES* oder andere Dispatch-Makros auf die neue v2-API portiert werden. Für ATen-Kerneldateien, CUDA-Kernel und native Operator-Implementierungen. Quelle: microck/ordinary-claude-skills.
Wie installiere ich at-dispatch-v2?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/microck/ordinary-claude-skills --skill at-dispatch-v2 Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/microck/ordinary-claude-skills
Details
- Kategorie
- </>Entwicklung
- Quelle
- user
- Erstes Auftreten
- 2026-02-01