vision icon indicating copy to clipboard operation
vision copied to clipboard

GaussianBlur CV-CUDA Backend

Open justincdavis opened this issue 1 month ago • 3 comments

Summary

Implement the CV-CUDA backend kernel for gaussian_blur

How to use

import cvcuda
import torchvision.transforms.v2.functional as F

cv_tensor = cvcuda.Tensor((1, 224, 224, 3), cvcuda.Type.U8, cvcuda.TensorLayout.NHWC)
# dispatched to F.gaussian_blur_cvcuda
blurred = F.gaussian_blur(cv_tensor, (5, 5))

justincdavis avatar Nov 19 '25 21:11 justincdavis

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9280

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

:white_check_mark: No Failures

As of commit 754223f8822454aff1339f571fa3128e869dc5d7 with merge base aa35ca1965bea39b9a0996d5d2d7f15d325e54d2 (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

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

pytorch-bot[bot] avatar Nov 19 '25 21:11 pytorch-bot[bot]

Hi @justincdavis!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

meta-cla[bot] avatar Nov 19 '25 21:11 meta-cla[bot]

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

meta-cla[bot] avatar Dec 02 '25 01:12 meta-cla[bot]