vision icon indicating copy to clipboard operation
vision copied to clipboard

AdjustBrightness/Contrast/Hue/Saturation CV-CUDA Backend

Open justincdavis opened this issue 3 weeks ago • 1 comments

Summary

Implements the adjust_brightness, adjust_contrast, adjust_hue, and 'adjust_saturation' CV-CUDA kernels

Testing

python3 -m pytest test/test_transforms_v2.py::TestAdjustBrightness python3 -m pytest test/test_transforms_v2.py::TestAdjustContrast python3 -m pytest test/test_transforms_v2.py::TestAdjustHue python3 -m pytest test/test_transforms_v2.py::TestAdjustSaturation

justincdavis avatar Dec 02 '25 23:12 justincdavis

:link: Helpful Links

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

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

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

pytorch-bot[bot] avatar Dec 02 '25 23:12 pytorch-bot[bot]