Skip to content

Port deform_conv2d (CUDA) to stable ABI. - #9626

Open
adabeyta wants to merge 2 commits into
mainfrom
adabeyta/deform-conv2d-cuda-stable
Open

Port deform_conv2d (CUDA) to stable ABI. #9626
adabeyta wants to merge 2 commits into
mainfrom
adabeyta/deform-conv2d-cuda-stable

Conversation

@adabeyta

@adabeyta adabeyta commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Ports deform_conv2d's CUDA/ROCm kernels to the stable ABI. This is the last CUDA kernel, and the last operator, left in the legacy _C extension.

Notes

Stable-ABI audit (torch-abi-audit)

Ran torch-abi-audit. deform_conv2d's CUDA op moves into the fully-STABLE _C_stable.so (unstable=0). The unstable _C.so count drops, 85 → 66: deform_conv2d was the last CUDA consumer of ATen tensor algebra.

    Package: torchvision
      Torch ABI:   UNSTABLE
      CPython ABI: n/a
      Bundled libs: 3
      -- bundled libs --
        [UNSTABLE] [not-abi3] _C.so            (stable_shim=0,  unstable=66)
        [STABLE  ] [not-abi3] _C_stable.so     (stable_shim=74, unstable=0)
        [STABLE  ] [not-abi3] image_stable.so  (stable_shim=78, unstable=0)

@pytorch-bot

pytorch-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9626

Note: Links to docs will display an error until the docs builds have been completed.

❌ 6 Pending, 1 Unclassified Failure

As of commit 203951e with merge base 2f411e7 (image):

UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the cla signed label Aug 24, 2026
@adabeyta
adabeyta force-pushed the adabeyta/deform-conv2d-cuda-stable branch from aefae3b to 9f2d366 Compare August 24, 2026 17:17
@adabeyta
adabeyta force-pushed the adabeyta/deform-conv2d-cuda-stable branch from 9f2d366 to a963b9d Compare August 24, 2026 18:24
@adabeyta adabeyta changed the title [Test] Port deform_conv2d (CUDA) to stable ABI. Port deform_conv2d (CUDA) to stable ABI. Aug 24, 2026
@adabeyta
adabeyta requested a review from NicolasHug August 24, 2026 23:10
@adabeyta
adabeyta marked this pull request as ready for review August 24, 2026 23:10

@NicolasHug NicolasHug left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adabeyta !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants