Skip to main content
Back to the directory
pytorch/pytorchSoftware EngineeringTesting and QA

at-dispatch-v2

This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h .

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
697

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/pytorch/pytorch --skill at-dispatch-v2
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, at-dispatch-v2 has 697 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: pytorch/pytorch. Canonical URL: https://skills.sh/pytorch/pytorch/at-dispatch-v2.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h . Use this skill when: Old format: New format: Add the v2 header near the existing #include : Keep the old Dispatch.h include for now (other code may still need it). Common patterns to convert: Identify which type group macro corresponds to the base types: For combined patterns, use multiple AT_EXPAND() entries: From AT_DISPATCH_*_AND2(type1, type2, ...) or AT_DISPATCH_*_AND3(type1, type2, type3, ...) , extract the individual types (type1, type2, etc.). These become the trailing arguments after the type group: Apply the transformation: Pattern: Example transformation: For lambdas with internal commas or complex expressions, AT_WRAP is essential: Check that: Available type group macros (use with AT_EXPAND() ): When asked to convert AT_DISPATCH macros: Do NOT compile or test the code - focus on accurate conversion only. - Converting AT_DISPATCH_* macros to AT_DISPATCH_V2 - Porting ATen kernels to use the new dispatch API - Working with files in aten/src/ATen/native/ that use dispatch macros - User mentions "AT_DISPATCH", "dispatch v2", "Dispatch_v2.h", or macro conversion - Reorder arguments : scalar_type and name come first, then lambda, then types - Wrap the lambda : Use AT_WRAP(lambda) to handle internal commas - Expand type groups : Use...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does at-dispatch-v2 do?

This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h .

Is at-dispatch-v2 good?

at-dispatch-v2 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support at-dispatch-v2?

at-dispatch-v2 currently lists compatibility with Skills CLI.

Is at-dispatch-v2 safe to install?

at-dispatch-v2 has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to at-dispatch-v2?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install at-dispatch-v2?

Run the following command to install at-dispatch-v2: npx skills add https://github.com/pytorch/pytorch --skill at-dispatch-v2

Related skills

More from pytorch/pytorch

Related skills

Alternatives in Software Engineering