Skip to content

[Proposal] Remove code for old compute capability #16649

@atinfinity

Description

@atinfinity

Now, OpenCV has code for old compute capability.

But, the latest CUDA Toolkit will stop to support old compute capability.
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-features

  • Support for the following compute capabilities are deprecated in CUDA 10.2. Note that support for these compute capabilities may be removed in a future release of CUDA.
    • sm_35 (Kepler)
    • sm_37 (Kepler)
    • sm_50 (Maxwell)

So, I think that OpenCV had better to remove code for old compute capability.
It's also effective in terms of maintenance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    category: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribfutureThis issue can't be fixed during restrictions of the compatibility requirements

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions